ENH: Several updates: Do not need an explicit DartConfig, default inexistant file...
[openjpeg.git] / CMakeLists.txt
index a2b8d36e92fb639e753860a6984662f4795c1972..fb070f58631203b9f8a8ed24693d2981251db827 100644 (file)
@@ -21,10 +21,6 @@ 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)