From: malaterre Date: Mon, 24 Oct 2005 18:39:47 +0000 (+0000) Subject: ENH: Cleanup X-Git-Tag: OpenJPEG.Version1.2~196 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3f237ae109aef22eb58b91efe64af240e0c0d63b;p=gdcm.git ENH: Cleanup --- diff --git a/src/gdcmopenjpeg/CMakeLists.txt b/src/gdcmopenjpeg/CMakeLists.txt index ae602397..5a0d2b3e 100644 --- a/src/gdcmopenjpeg/CMakeLists.txt +++ b/src/gdcmopenjpeg/CMakeLists.txt @@ -8,17 +8,9 @@ SET(OPENJPEG_BUILD_VERSION 0) SET(OPENJPEG_VERSION "${OPENJPEG_MAJOR_VERSION}.${OPENJPEG_MINOR_VERSION}.${OPENJPEG_BUILD_VERSION}") -#----------------------------------------------------------------------------- -# Build shared lib by default -OPTION(OPENJPEG_BUILD_SHARED_LIBS "Build OPENJPEG with shared libraries." ON) -SET(BUILD_SHARED_LIBS ${OPENJPEG_BUILD_SHARED_LIBS}) #----------------------------------------------------------------------------- -SET (EXECUTABLE_OUTPUT_PATH ${OPENJPEG_BINARY_DIR}/bin CACHE PATH "Single output directory for building all executables.") -SET (LIBRARY_OUTPUT_PATH ${OPENJPEG_BINARY_DIR}/bin CACHE PATH "Single output directory for building all libraries.") -MARK_AS_ADVANCED(LIBRARY_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH) - SUBDIRS( libopenjpeg - # codec + #codec )