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

Ajout de l'option de compilation pour OSSIM.

parent bbcd1e19
Branches
Tags
No related merge requests found
......@@ -4,7 +4,13 @@ IF(NOT OTB_USE_EXTERNAL_ITK)
SUBDIRS( ITK )
ENDIF(NOT OTB_USE_EXTERNAL_ITK)
SUBDIRS( BGL otbsvm OSSIM)
SUBDIRS( BGL otbsvm)
OPTION(OTB_OSSIM_COMPILATION "EXPERIMENTAL: Compile OSSIM library embedded within OTB" OFF)
IF(OTB_OSSIM_COMPILATION)
SUBDIRS(OSSIM)
ENDIF(OTB_OSSIM_COMPILATION)
IF(BUILD_TESTING)
SUBDIRS( Dart )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment