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

Arrêtons de recompiler OSSIM ! New option inside

parent 7e04433f
Branches
Tags
No related merge requests found
......@@ -47,4 +47,9 @@ ENDIF(OTB_USE_EXTERNAL_ITK)
CONFIGURE_FILE(${OTB_SOURCE_DIR}/Utilities/otbossim/include/ossim/ossimConfig.h.in
${OTB_BINARY_DIR}/Utilities/otbossim/include/ossim/ossimConfig.h)
SUBDIRS(src include)
SUBDIRS(include)
# ADDED BY OTB DEVELOPPERS TO AVOID INTENSIVE RECOMPILATION
IF(NOT OTB_DISABLE_UTILITIES_COMPILATION)
SUBDIRS(src)
ENDIF(NOT OTB_DISABLE_UTILITIES_COMPILATION)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment