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:
@@ -39,7 +39,7 @@ set(SRC
|
||||
)
|
||||
|
||||
if(WITH_PYTHON)
|
||||
list(APPEND INC ${PYTHON_INC} ../../python)
|
||||
list(APPEND INC ${PYTHON_INCLUDE_DIRS} ../../python)
|
||||
add_definitions(-DWITH_PYTHON)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user