Skip to content
Snippets Groups Projects
Commit b8b11e18 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: Build OTB with OTB_USE_EXTERNAL_FLTK=ON by default

parent f3117d79
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,11 @@ IF(OTB_USE_VISU_GUI)
#-------------------------------
# FLTK Library
#-------------------------------
OPTION(OTB_USE_EXTERNAL_FLTK "Use an outside build of FLTK." OFF)
# Use an external version of FLTK by default
# FLTK is now packaged on most systems
# Internal FLTK version is 1.1 and there is some issue Monteverdi
OPTION(OTB_USE_EXTERNAL_FLTK "Use an outside build of FLTK." ON)
MARK_AS_ADVANCED(OTB_USE_EXTERNAL_FLTK)
IF(OTB_USE_EXTERNAL_FLTK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment