0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 12:22:16 +02:00

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
commit d59ca0a9cc

View File

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