]> git.mxchange.org Git - flightgear.git/blobdiff - CMakeLists.txt
NavDisplay: fix many bugs relating to stretched and heading-rotated symbols.
[flightgear.git] / CMakeLists.txt
index 87362dd3ec04ea37c9c65d0d1e6b7ff5a5f2cdd6..44dcbd6aff7de4786975332c0328b9c681c054d8 100644 (file)
@@ -199,12 +199,12 @@ if(ENABLE_FGADMIN)
        if ( FLTK_FOUND )
                if ( X11_Xinerama_FOUND )
                        message(STATUS "Found X11_Xinerama...")
-                       list(APPEND FLTK_LIBRARIES ${COCOA_LIBRARY} ${X11_Xinerama_LIB})
+                       list(APPEND FLTK_LIBRARIES ${X11_Xinerama_LIB})
                endif()
 
                if ( X11_Xft_FOUND )
                        message(STATUS "Found X11_Xft...")
-                       list(APPEND FLTK_LIBRARIES ${COCOA_LIBRARY} ${X11_Xft_LIB})
+                       list(APPEND FLTK_LIBRARIES ${X11_Xft_LIB})
                endif()
 
                set( CMAKE_REQUIRED_INCLUDES ${FLTK_INCLUDE_DIR} )