From b7208fb525f0f260bdd1d095d2e7ef3692b0d1a0 Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Tue, 7 Sep 2010 22:29:56 +0000 Subject: [PATCH] ENH: Now forcing openjpeg_JPWL to be a STATIC library. --- jpwl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jpwl/CMakeLists.txt b/jpwl/CMakeLists.txt index 404ad27b..d4552adf 100755 --- a/jpwl/CMakeLists.txt +++ b/jpwl/CMakeLists.txt @@ -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