]> git.lyx.org Git - lyx.git/blobdiff - src/support/CMakeLists.txt
Strip gecos on Unix systems on user name only.
[lyx.git] / src / support / CMakeLists.txt
index d44921ee4f0b83c11ea73de2bf04154ed6ccc7bb..b42f08cf582c77a5f1b44c6cdf6448f0781e64f1 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})
@@ -77,7 +77,7 @@ target_link_libraries(support ${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY} ${ZLIB
 lyx_add_gcc_pch(support)
 
 if(APPLE)
-       target_link_libraries(support "objc" "-framework Appkit" "-framework CoreFoundation")
+       target_link_libraries(support "objc" "-framework AppKit" "-framework CoreFoundation")
 elseif(WIN32)
        target_link_libraries(support shlwapi psapi)
 endif()