mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Fix cmake files to use new gcrypt variables.
This commit is contained in:
parent
9ffa5232f5
commit
9b46225937
4 changed files with 5 additions and 3 deletions
|
@ -73,6 +73,8 @@ if(NOT ZLIB_SUPPORTS_GZIP)
|
|||
message(FATAL_ERROR "zlib 1.2.x or higher is required to use the gzip format")
|
||||
endif(NOT ZLIB_SUPPORTS_GZIP)
|
||||
|
||||
include_directories(${GCRYPT_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(utils)
|
||||
if( WITH_TESTS )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue