Fix copy&paste issue in previous commit... *yuk*
This commit is contained in:
parent
77640e0863
commit
476a96dacf
1 changed files with 2 additions and 2 deletions
|
@ -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} )
|
||||
|
|
Loading…
Reference in a new issue