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

Remplacement OTB_USE_VISU par OTB_USE_VISU_GUI

parent 2ca313a1
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@ SUBDIRS(
Markov
)
IF(OTB_USE_VISU)
IF(OTB_USE_VISU_GUI)
SUBDIRS(Visu)
ENDIF(OTB_USE_VISU)
ENDIF(OTB_USE_VISU_GUI)
IF(OTB_USE_PATENTED)
SUBDIRS( Patented )
......@@ -82,9 +82,9 @@ ELSE(OTB_BINARY_DIR)
Markov
)
IF(OTB_USE_VISU)
IF(OTB_USE_VISU_GUI)
SUBDIRS(Visu)
ENDIF(OTB_USE_VISU)
ENDIF(OTB_USE_VISU_GUI)
IF(OTB_USE_PATENTED)
SUBDIRS( Patented )
......
......@@ -21,10 +21,10 @@ TARGET_LINK_LIBRARIES(Multispectral OTBCommon OTBIO)
ADD_EXECUTABLE(SmarterFilteringPipeline SmarterFilteringPipeline.cxx )
TARGET_LINK_LIBRARIES(SmarterFilteringPipeline OTBCommon OTBIO)
IF(OTB_USE_VISU)
IF(OTB_USE_VISU_GUI)
ADD_EXECUTABLE(SimpleViewer SimpleViewer.cxx )
TARGET_LINK_LIBRARIES(SimpleViewer OTBCommon OTBIO OTBGui OTBVisu ${OTB_VISU_GUI_LIBRARIES})
ENDIF(OTB_USE_VISU)
ENDIF(OTB_USE_VISU_GUI)
ADD_EXECUTABLE(OrthoFusion OrthoFusion.cxx )
TARGET_LINK_LIBRARIES(OrthoFusion OTBFusion OTBProjections OTBCommon OTBIO)
......
......@@ -206,7 +206,7 @@ for details.
------------------
Due to an unknown bug, Fltk can't compile on some versions of Cygwin (OpenGL problems).
Put OTB_USE_VISU to OFF to avoid these problems.
Put OTB_USE_VISU_GUI to OFF to avoid these problems.
Some bugs can appear while compiling GDAL with JPEG2000 files : disable this format to resolve the problem.
......
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