Skip to content
Snippets Groups Projects
Commit 084b6bd8 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Correction pour pouvoir compiler les appli

parent 118d87c9
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ SET(OTB_USE_SYSTEM_VXL "@OTB_USE_SYSTEM_VXL@")
# The VXL_DIR setting used to build OTB. Set if OTB_USE_SYSTEM_VXL is true.
SET(OTB_VXL_DIR "@OTB_VXL_DIR@")
SET(OTB_FLTK_FLUID_EXECUTABLE "@FLTK_FLUID_EXECUTABLE@")
SET(OTB_ITK_DIR "@ITK_DIR@")
# FLTK informations
......
......@@ -67,6 +67,7 @@ IF(OTB_USE_SYSTEM_VXL)
ENDIF(VXL_FOUND)
ENDIF(OTB_USE_SYSTEM_VXL)
SET(FLTK_FLUID_EXECUTABLE ${OTB_FLTK_FLUID_EXECUTABLE})
#WHERE TO FIND ITK
IF(OTB_USE_EXTERNAL_ITK)
INCLUDE(${OTB_ITK_DIR}/ITKConfig.cmake)
......
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