summaryrefslogtreecommitdiff
path: root/jpwl
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@gmail.com>2010-09-07 22:29:56 +0000
committerLuis Ibanez <luis.ibanez@gmail.com>2010-09-07 22:29:56 +0000
commitb7208fb525f0f260bdd1d095d2e7ef3692b0d1a0 (patch)
tree32c6e254d3aa4daa8d03c62bd2578ec2cf8dfdb7 /jpwl
parentdc700d5d50ed666a934295cd1290126d9504d48e (diff)
ENH: Now forcing openjpeg_JPWL to be a STATIC library.
Diffstat (limited to 'jpwl')
-rwxr-xr-xjpwl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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