We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa72f0 commit 9e9efd8Copy full SHA for 9e9efd8
1 file changed
indra/CMakeLists.txt
@@ -77,8 +77,8 @@ else ()
77
endif ()
78
79
# Spell checking backend
80
-cmake_dependent_option(USE_NSSPELLCHECKER "Use the native macOS NSSpellChecker instead of Hunspell" OFF "DARWIN" OFF)
81
-cmake_dependent_option(USE_WINSPELLCHECK "Use the native Windows Spell Checking API instead of Hunspell" OFF "WIN32" OFF)
+cmake_dependent_option(USE_NSSPELLCHECKER "Use the native macOS NSSpellChecker instead of Hunspell" ON "DARWIN" OFF)
+cmake_dependent_option(USE_WINSPELLCHECK "Use the native Windows Spell Checking API instead of Hunspell" ON "WIN32" OFF)
82
83
# Configure crash reporting
84
option(RELEASE_CRASH_REPORTING "Enable use of crash reporting in release builds" OFF)
0 commit comments