mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Apple has builtin native spell checker, no need to warn for missing Aspell, hunspell or Enchant
This commit is contained in:
parent
1b3e4c73f8
commit
e67e37d759
@ -866,7 +866,7 @@ if(LYX_NLS)
|
||||
message(STATUS)
|
||||
endif()
|
||||
|
||||
if(NOT Spelling_FOUND)
|
||||
if(NOT Spelling_FOUND AND NOT APPLE)
|
||||
if(LYX_REQUIRE_SPELLCHECK)
|
||||
set(_mode "FATAL_ERROR")
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user