Merge pull request #865 from yan12125/use-correct-zlib-include-path

🐛 Use correct ZLib include path
This commit is contained in:
TheZ3ro
2017-08-17 10:27:46 +02:00
committed by GitHub

View File

@@ -225,6 +225,8 @@ find_package(Gcrypt 1.6.0 REQUIRED)
find_package(ZLIB REQUIRED)
set(CMAKE_REQUIRED_INCLUDES ${ZLIB_INCLUDE_DIR})
check_cxx_source_compiles("
#include <zlib.h>