summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-11-10 14:26:14 +0800
committerErik Kundiman <erik@megapahit.org>2024-11-10 14:26:14 +0800
commitdfa1134a21623ee1ac0636efe59ef6315a0d3c37 (patch)
tree07c46259594e4dd241e87e7a8b68f4d79aa2c6da /indra/cmake
parent5574363f0d2b6316e7628358357b329b78b6e409 (diff)
Revert "Disable dictionaries when using system libs"
This reverts commit 7360923f0888e48294921bd931c585c7c502a443.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Hunspell.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/cmake/Hunspell.cmake b/indra/cmake/Hunspell.cmake
index 5fa22120e6..129679febd 100644
--- a/indra/cmake/Hunspell.cmake
+++ b/indra/cmake/Hunspell.cmake
@@ -3,9 +3,7 @@ include(Linking)
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)