mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fixed ci builds
ubuntu:14.04 does not have quazip5 libraries in the standard repository, therefore only insecure builds are created using the ci server
This commit is contained in:
@@ -359,8 +359,9 @@ include_directories(SYSTEM ${ARGON2_INCLUDE_DIR})
|
||||
|
||||
# Optional
|
||||
if(WITH_XC_KEESHARE)
|
||||
# ZLIB is needed and already required
|
||||
find_package(QuaZip QUIET)
|
||||
if(QuaZip_FOUND)
|
||||
if(QUAZIP_FOUND)
|
||||
message(STATUS "Found QuaZip - allow KeeShare with secure container\n")
|
||||
set(WITH_XC_KEESHARE_INSECURE ON)
|
||||
set(WITH_XC_KEESHARE_SECURE ON)
|
||||
|
||||
Reference in New Issue
Block a user