Skip to content
Snippets Groups Projects
Commit 000ab8ec authored by Mathieu Deltorre's avatar Mathieu Deltorre
Browse files

*suppresion openjpeg en standalone

parent a8053100
Branches
Tags
No related merge requests found
......@@ -9,10 +9,11 @@
SET(OPENJPEG_NAMESPACE "OTBOPENJPEG")
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
IF(NOT OPENJPEG_NAMESPACE)
SET(OPENJPEG_NAMESPACE "OPENJPEG")
SET(OPENJPEG_STANDALONE 1)
ENDIF(NOT OPENJPEG_NAMESPACE)
# Pas d'openjpeg en standalone
#IF(NOT OPENJPEG_NAMESPACE)
# SET(OPENJPEG_NAMESPACE "OPENJPEG")
# SET(OPENJPEG_STANDALONE 1)
#ENDIF(NOT OPENJPEG_NAMESPACE)
# In all cases:
STRING(TOLOWER ${OPENJPEG_NAMESPACE} OPENJPEG_LIBRARY_NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment