]> git.lyx.org Git - features.git/commitdiff
cmake: sorry for the noise, seems may source dir was not clean
authorPeter Kümmel <syntheticpp@gmx.net>
Sat, 14 May 2011 07:47:18 +0000 (07:47 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sat, 14 May 2011 07:47:18 +0000 (07:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38749 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/CMakeLists.txt

index d44921ee4f0b83c11ea73de2bf04154ed6ccc7bb..cc48091732db8871c1244f5f4591b04e66dd101b 100644 (file)
@@ -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})