BUG: Need to leave option for user to change
This commit is contained in:
parent
a350bdc1c4
commit
6566009e89
|
@ -21,6 +21,10 @@ SET(OPENJPEG_BUILD_VERSION 0)
|
||||||
SET(OPENJPEG_VERSION
|
SET(OPENJPEG_VERSION
|
||||||
"${OPENJPEG_MAJOR_VERSION}.${OPENJPEG_MINOR_VERSION}.${OPENJPEG_BUILD_VERSION}")
|
"${OPENJPEG_MAJOR_VERSION}.${OPENJPEG_MINOR_VERSION}.${OPENJPEG_BUILD_VERSION}")
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
# OpenJPEG build configuration options.
|
||||||
|
OPTION(BUILD_SHARED_LIBS "Build OpenJPEG with shared libraries." OFF)
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# For the codec...
|
# For the codec...
|
||||||
OPTION(BUILD_EXAMPLES "Build the Examples (codec...)." OFF)
|
OPTION(BUILD_EXAMPLES "Build the Examples (codec...)." OFF)
|
||||||
|
|
Loading…
Reference in New Issue