ENH: Now verifies if the OPJ_STATIC macro is not

already defined, before it defines it.
This commit is contained in:
Luis Ibanez 2010-09-07 22:24:12 +00:00
parent 00f7af7748
commit dc700d5d50
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#cmakedefine OPENJPEG_USE_SYSTEM_ZLIB
#cmakedefine BUILD_SHARED_LIBS
#if !defined(BUILD_SHARED_LIBS)
#if !defined(BUILD_SHARED_LIBS) && !defined(OPJ_STATIC)
#define OPJ_STATIC
#endif