ENH: make the fltk build default to OFF, it fails on too many linux machines with the default build
This commit is contained in:
parent
5e8f9427d1
commit
56252e1100
|
@ -1,7 +1,7 @@
|
|||
INCLUDE (${CMAKE_ROOT}/Modules/FindFLTK.cmake)
|
||||
IF(FLTK_LIBRARY)
|
||||
IF(FLTK_INCLUDE_PATH)
|
||||
OPTION(BUILD_FLTK_GUI "Build FLTK CMake GUI." "ON")
|
||||
OPTION(BUILD_FLTK_GUI "Build FLTK CMake GUI." "OFF")
|
||||
IF(BUILD_FLTK_GUI)
|
||||
SUBDIRS(FLTKDialog)
|
||||
ENDIF(BUILD_FLTK_GUI)
|
||||
|
|
Loading…
Reference in New Issue