Apple has builtin native spell checker, no need to warn for missing Aspell, hunspell or Enchant

This commit is contained in:
Stephan Witt 2014-06-12 14:55:56 +02:00
parent 1b3e4c73f8
commit e67e37d759

View File

@ -866,7 +866,7 @@ if(LYX_NLS)
message(STATUS) message(STATUS)
endif() endif()
if(NOT Spelling_FOUND) if(NOT Spelling_FOUND AND NOT APPLE)
if(LYX_REQUIRE_SPELLCHECK) if(LYX_REQUIRE_SPELLCHECK)
set(_mode "FATAL_ERROR") set(_mode "FATAL_ERROR")
else() else()