Author: kuemmel
Date: Sat May 14 09:47:18 2011
New Revision: 38749
URL: http://www.lyx.org/trac/changeset/38749
Log:
cmake: sorry for the noise, seems may source dir was not clean
Modified:
lyx-devel/trunk/src/support/CMakeLists.txt
Modified: lyx-devel/trunk/src/support/CMakeLists.txt
==============================================================================
--- lyx-devel/trunk/src/support/CMakeLists.txt Sat May 14 09:41:05 2011
(r38748)
+++ lyx-devel/trunk/src/support/CMakeLists.txt Sat May 14 09:47:18 2011
(r38749)
@@ -54,7 +54,7 @@
${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})