BUG: Need to leave option for user to change

This commit is contained in:
Mathieu Malaterre 2006-02-05 22:55:26 +00:00
parent a350bdc1c4
commit 6566009e89
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ SET(OPENJPEG_BUILD_VERSION 0)
SET(OPENJPEG_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...
OPTION(BUILD_EXAMPLES "Build the Examples (codec...)." OFF)