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

EXTERNAL_ITK à ON par défaut (sinon on passe en interne et on ne peut pas repasser en externe)

parent 0a9cae53
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ LINK_DIRECTORIES( ${GDAL_LIBRARY_DIRS} )
# ITK Library
#-------------------------------
OPTION(OTB_USE_EXTERNAL_ITK "Use an outside build of ITK." OFF)
OPTION(OTB_USE_EXTERNAL_ITK "Use an outside build of ITK." ON)
IF(OTB_USE_EXTERNAL_ITK)
MESSAGE(STATUS "WARNING: Due to conflicting libraries, jpeg2000 support is disabled when using external ITK.")
ADD_DEFINITIONS(-DOTB_JPEG2000_DISABLED)
......
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