From: Kornel Benko Date: Wed, 7 Jul 2010 21:13:39 +0000 (+0000) Subject: Remove AppleSpellChecker.* from non-apple platform X-Git-Tag: 2.0.0~3032 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ef6de90bb5cba0dd1be05f1dec455166e92e6212;p=lyx.git Remove AppleSpellChecker.* from non-apple platform git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34802 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/src/CMakeLists.txt b/development/cmake/src/CMakeLists.txt index a2fb362fd0..b19f21ab19 100644 --- a/development/cmake/src/CMakeLists.txt +++ b/development/cmake/src/CMakeLists.txt @@ -32,6 +32,13 @@ list(REMOVE_ITEM lyx_sources ${TOP_SRC_DIR}/src/Section.cpp ${TOP_SRC_DIR}/src/lyxcore.cpp) +if(NOT APPLE) + list(REMOVE_ITEM lyx_sources + ${TOP_SRC_DIR}/src/AppleSpellChecker.cpp) + list(REMOVE_ITEM lyx_headers + ${TOP_SRC_DIR}/src/AppleSpellChecker.h) +endif() + list(REMOVE_ITEM lyx_headers ${TOP_SRC_DIR}/src/EnchantChecker.h ${TOP_SRC_DIR}/src/AspellChecker.h