ENH: make the fltk build default to OFF, it fails on too many linux machines with the default build

This commit is contained in:
Bill Hoffman 2002-01-10 18:09:37 -05:00
parent 5e8f9427d1
commit 56252e1100
1 changed files with 1 additions and 1 deletions

View File

@ -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)