ENH: change include command

This commit is contained in:
Bill Hoffman 2009-02-10 12:56:32 -05:00
parent 15c52e9891
commit 016d17f0cb
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ IF(WIN32)
ENDIF(WIN32)
IF(UNIX)
INCLUDE(${CMAKE_ROOT}/Modules/FindX11.cmake)
INCLUDE(FindX11)
FIND_LIBRARY(FLTK_MATH_LIBRARY m)
SET( FLTK_PLATFORM_DEPENDENT_LIBS ${X11_LIBRARIES} ${FLTK_MATH_LIBRARY})
ENDIF(UNIX)