From e67e37d7590c16297686ff426497db8feaefcdbe Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Thu, 12 Jun 2014 14:55:56 +0200 Subject: [PATCH] Apple has builtin native spell checker, no need to warn for missing Aspell, hunspell or Enchant --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bc92280f4..032b47f148 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()