Skip to content
Snippets Groups Projects
Commit 1edf7449 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: For now the OTBApplicationsCommon library is built in the...

COMP: For now the OTBApplicationsCommon library is built in the OTB-Applications package and not reachable from OTB. Therefore the subdir has been commented out until some decision is made regarding moving this library to OTB
parent 68a07c1d
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,12 @@ IF(OTB_USE_VISU_GUI)
ADD_EXECUTABLE(SimpleViewer SimpleViewer.cxx )
TARGET_LINK_LIBRARIES(SimpleViewer OTBCommon OTBIO OTBGui OTBVisualization ${OTB_VISU_GUI_LIBRARIES})
SUBDIRS(BasicApplication)
# The basic application tutorial makes use of the otbApplicationsCommon library which is built in OTB-Applications package.
# Therefore this tutorial will not compile until we move the OTBApplcationsCommon lib to the OTB. Until then,
# the following line will be commented out.
# SUBDIRS(BasicApplication)
ENDIF(OTB_USE_VISU_GUI)
ADD_EXECUTABLE(OrthoFusion OrthoFusion.cxx )
......
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