ENH: Now forcing openjpeg_JPWL to be a STATIC library.

This commit is contained in:
Luis Ibanez 2010-09-07 22:29:56 +00:00
parent dc700d5d50
commit b7208fb525
1 changed files with 1 additions and 1 deletions

View File

@ -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