ENH: Now forcing openjpeg_JPWL to be a STATIC library.
authorLuis Ibanez <luis.ibanez@gmail.com>
Tue, 7 Sep 2010 22:29:56 +0000 (22:29 +0000)
committerLuis Ibanez <luis.ibanez@gmail.com>
Tue, 7 Sep 2010 22:29:56 +0000 (22:29 +0000)
jpwl/CMakeLists.txt

index 404ad27b3b3a97ac5f409a8a7391f0ee2514cd67..d4552adfd05aad6a85f3022bfc1f69f1c81baed3 100755 (executable)
@@ -32,7 +32,7 @@ IF(DONT_HAVE_GETOPT)
   )
 ENDIF(DONT_HAVE_GETOPT)
 
-ADD_LIBRARY(openjpeg_JPWL ${JPWL_SRCS} ${OPJ_SRCS})
+ADD_LIBRARY(openjpeg_JPWL STATIC ${JPWL_SRCS} ${OPJ_SRCS})
 
 # Do the proper thing when building static...if only there was configured
 # headers or def files instead