Skip to content

Commit 8b7d8ca

Browse files
committed
Default new spell checking backends to on
1 parent aaa72f0 commit 8b7d8ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

indra/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ else ()
7777
endif ()
7878

7979
# 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)
80+
cmake_dependent_option(USE_NSSPELLCHECKER "Use the native macOS NSSpellChecker instead of Hunspell" ON "APPLE" OFF)
81+
cmake_dependent_option(USE_WINSPELLCHECK "Use the native Windows Spell Checking API instead of Hunspell" ON "WIN32" OFF)
8282

8383
# Configure crash reporting
8484
option(RELEASE_CRASH_REPORTING "Enable use of crash reporting in release builds" OFF)

0 commit comments

Comments
 (0)