ENH: remove hardcoded value. It is a user-configurable option, which default to the...
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 8 Nov 2007 14:46:53 +0000 (14:46 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Thu, 8 Nov 2007 14:46:53 +0000 (14:46 +0000)
CMakeLists.txt

index 832290b5b3c91fc5f1ec6fc87b2227c90d822550..52df6a5e08e92755b12c2db99261219100dce3f1 100644 (file)
@@ -7,7 +7,6 @@
 # For this purpose you can define a CMake var: OPENJPEG_NAMESPACE to whatever you like
 # e.g.:
 # SET(OPENJPEG_NAMESPACE "GDCMOPENJPEG")
-PROJECT(OPENJPEG C)
 CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
 
 IF(NOT OPENJPEG_NAMESPACE)