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

Add missing find_package call

This commit is contained in:
Janek Bevendorff 2017-01-26 02:58:46 +01:00
parent 292ed892c1
commit 1554722a83
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -172,6 +172,8 @@ set(CMAKE_AUTOMOC ON)
# Make sure we don't enable asserts there.
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS_NONE QT_NO_DEBUG)
find_package(LibGPGError REQUIRED)
find_package(Gcrypt 1.6.0 REQUIRED)
if (WITH_XC_HTTP)