ENH: Now forcing openjpeg_JPWL to be a STATIC library.
This commit is contained in:
parent
dc700d5d50
commit
b7208fb525
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue