提交 b71bfef7 编写于 作者: A Alexander Shishkov

fixed bug with using not built-in ZLIB library

上级 bb130d14
if(ZLIB_FOUND)
include_directories(${ZLIB_INCUDE_DIR})
include_directories(${ZLIB_INCLUDE_DIR})
else()
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../../3rdparty/zlib")
endif()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册