From dfa1134a21623ee1ac0636efe59ef6315a0d3c37 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 10 Nov 2024 14:26:14 +0800 Subject: Revert "Disable dictionaries when using system libs" This reverts commit 7360923f0888e48294921bd931c585c7c502a443. --- indra/cmake/Hunspell.cmake | 2 -- 1 file changed, 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) -- cgit v1.2.3