summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-11 19:19:55 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-19 10:52:02 +0800
commit7360923f0888e48294921bd931c585c7c502a443 (patch)
tree9f937c0091aa6bcb086eafbcb0d4a28d0b53ada0 /indra/cmake
parent2fc3845e1b23a1efd5666241a2d1cc78340d4b61 (diff)
Disable dictionaries when using system libs
for now. Dictionaries should later be enabled when we have arrived at the point where everything has run well that the next stage would be the packaging for the distribution stage.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Hunspell.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/Hunspell.cmake b/indra/cmake/Hunspell.cmake
index bb037c0237..96c75ad262 100644
--- a/indra/cmake/Hunspell.cmake
+++ b/indra/cmake/Hunspell.cmake
@@ -2,7 +2,9 @@
include(Prebuilt)
include_guard()
+if (USE_AUTOBUILD_3P OR USE_CONAN)
use_prebuilt_binary(dictionaries)
+endif ()
add_library( ll::hunspell INTERFACE IMPORTED )
use_system_binary(hunspell)