File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ else ()
7777endif ()
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
8484option (RELEASE_CRASH_REPORTING "Enable use of crash reporting in release builds" OFF )
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ if(WINDOWS)
8888 endif ()
8989elseif (DARWIN)
9090 set (vcpkg_lib_dir "${_VCPKG_INSTALLED_DIR} /${VCPKG_TARGET_TRIPLET} /lib" )
91- if (NOT USE_NSSPELLCHECKER)
91+ if (USE_NSSPELLCHECKER)
9292 set (release_libs "" )
9393 else ()
9494 set (release_libs
You can’t perform that action at this time.
0 commit comments