diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-11-10 14:26:14 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-11-10 14:26:14 +0800 | 
| commit | dfa1134a21623ee1ac0636efe59ef6315a0d3c37 (patch) | |
| tree | 07c46259594e4dd241e87e7a8b68f4d79aa2c6da | |
| parent | 5574363f0d2b6316e7628358357b329b78b6e409 (diff) | |
Revert "Disable dictionaries when using system libs"
This reverts commit 7360923f0888e48294921bd931c585c7c502a443.
| -rw-r--r-- | indra/cmake/Hunspell.cmake | 2 | 
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) | 
