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

BUG: FLTK_FLUID_EXECUTABLE change initialization in CMakeLists.txt for Visual compatibilities

parent 99a3b869
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ IF(OTB_USE_VISU_GUI)
#----------------------------------------------------------------
# RESUME Alls VISU GUI libraries use by OTB in a single VARIABLE
SET(OTB_VISU_GUI_LIBRARIES "${FLTK_LIBRARIES};${OPENGL_LIBRARIES} ")
SET(FLTK_FLUID_EXECUTABLE ${OTB_BINARY_DIR}/bin/fluid)
SET(FLTK_FLUID_EXECUTABLE ${FLUID_COMMAND})
ENDIF(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