From: Peter Kümmel Date: Sat, 14 May 2011 07:47:18 +0000 (+0000) Subject: cmake: sorry for the noise, seems may source dir was not clean X-Git-Tag: 2.1.0beta1~3250 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1e7e6fd8e9d18eb8a65fac5c8c85482ac30491ce;p=features.git cmake: sorry for the noise, seems may source dir was not clean git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38749 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt index d44921ee4f..cc48091732 100644 --- a/src/support/CMakeLists.txt +++ b/src/support/CMakeLists.txt @@ -54,7 +54,7 @@ include_directories( ${LIBINTL_INCLUDE_DIR}) -if(NOT LYX_MERGE_FILES OR APPLE) +if(NOT LYX_MERGE_FILES) set(support_sources ${support_sources} ${support_mythes_sources} ${support_linkback_sources}) set(support_headers ${support_headers} ${support_mythes_headers} ${support_linkback_headers}) add_library(support ${library_type} ${support_sources} ${support_headers} ${dont_merge})