Add comment and fix a typo

This commit is contained in:
Scott Kostyshak 2014-06-12 17:34:04 -04:00
parent 3b14de740d
commit 5594b43d2c

View File

@ -866,13 +866,15 @@ if(LYX_NLS)
message(STATUS) message(STATUS)
endif() endif()
# Apple has builtin native spell checker,
# no need to warn for missing Aspell, Hunspell or Enchant
if(NOT Spelling_FOUND AND NOT APPLE) 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()
set(_mode "STATUS") set(_mode "STATUS")
endif() endif()
message(${_mode} "No spellcheck libraries found. Lyx will be unable use spellchecking") message(${_mode} "No spellcheck libraries found. LyX will be unable use spellchecking")
endif() endif()
include("${TOP_CMAKE_PATH}/LyxPackaging.cmake") include("${TOP_CMAKE_PATH}/LyxPackaging.cmake")