diff options
| author | Luis Ibanez <luis.ibanez@gmail.com> | 2010-09-07 22:29:56 +0000 |
|---|---|---|
| committer | Luis Ibanez <luis.ibanez@gmail.com> | 2010-09-07 22:29:56 +0000 |
| commit | b7208fb525f0f260bdd1d095d2e7ef3692b0d1a0 (patch) | |
| tree | 32c6e254d3aa4daa8d03c62bd2578ec2cf8dfdb7 /jpwl | |
| parent | dc700d5d50ed666a934295cd1290126d9504d48e (diff) | |
ENH: Now forcing openjpeg_JPWL to be a STATIC library.
Diffstat (limited to 'jpwl')
| -rwxr-xr-x | jpwl/CMakeLists.txt | 2 |
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 |
