mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-25 08:51:21 -05:00
Merge pull request #865 from yan12125/use-correct-zlib-include-path
🐛 Use correct ZLib include path
This commit is contained in:
commit
d59ca0a9cc
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user