summaryrefslogtreecommitdiff
path: root/indra/cmake/Hunspell.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-23 14:00:25 -0400
committerOz Linden <oz@lindenlab.com>2012-04-23 14:00:25 -0400
commite02bf8f90dba7cd7ac8874d7ee1baf782397784f (patch)
tree8901b38d84dc4d76e5b644faf5d4828e1195a8cd /indra/cmake/Hunspell.cmake
parent5ca8e138be80f67c6be345436bfb9f4feb27c915 (diff)
add dictionaries to the Hunspell.cmake so that it gets installed
Diffstat (limited to 'indra/cmake/Hunspell.cmake')
-rw-r--r--indra/cmake/Hunspell.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Hunspell.cmake b/indra/cmake/Hunspell.cmake
index def2198c93..24cf41f4e4 100644
--- a/indra/cmake/Hunspell.cmake
+++ b/indra/cmake/Hunspell.cmake
@@ -8,6 +8,7 @@ if (STANDALONE)
include(FindHUNSPELL)
else (STANDALONE)
use_prebuilt_binary(libhunspell)
+ use_prebuilt_binary(dictionaries)
if (WINDOWS)
set(HUNSPELL_LIBRARY libhunspell)
set(HUNSPELL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/hunspell)