From 1e7e6fd8e9d18eb8a65fac5c8c85482ac30491ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sat, 14 May 2011 07:47:18 +0000 Subject: [PATCH] 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 --- src/support/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.39.2