Skip to content
Snippets Groups Projects
Commit 3c6bfc54 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Ajout IF( OTB_USE_VISU_GUI) pour compiler FLTK en interne

parent f79bf832
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ IF(NOT OTB_USE_EXTERNAL_ITK)
ENDIF(NOT OTB_USE_EXTERNAL_ITK)
IF(OTB_USE_VISU_GUI)
IF(OTB_USE_VISU_GUI AND NOT OTB_USE_EXTERNAL_FLTK)
IF(NOT OTB_USE_EXTERNAL_FLTK)
SUBDIRS( FLTK )
ENDIF(NOT OTB_USE_EXTERNAL_FLTK)
ENDIF(OTB_USE_VISU_GUI)
......
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