use cmake defined names for jpeg, png, zlib and python libs, building on *nix with non-standard libjpeg/png/zlib locations was broken.
in the case of python this makes it easier to move to find_package(PythonLibs) when 3.x is supported.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
|
||||
set(INC
|
||||
extern
|
||||
${PNG_INC}
|
||||
${ZLIB_INC}
|
||||
${PNG_INCLUDE_DIR}
|
||||
${ZLIB_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
set(SRC
|
||||
|
Reference in New Issue
Block a user