mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-03 01:50:10 -05:00
Add missing find_package call
This commit is contained in:
parent
292ed892c1
commit
1554722a83
@ -172,6 +172,8 @@ set(CMAKE_AUTOMOC ON)
|
|||||||
# Make sure we don't enable asserts there.
|
# Make sure we don't enable asserts there.
|
||||||
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS_NONE QT_NO_DEBUG)
|
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS_NONE QT_NO_DEBUG)
|
||||||
|
|
||||||
|
find_package(LibGPGError REQUIRED)
|
||||||
|
|
||||||
find_package(Gcrypt 1.6.0 REQUIRED)
|
find_package(Gcrypt 1.6.0 REQUIRED)
|
||||||
|
|
||||||
if (WITH_XC_HTTP)
|
if (WITH_XC_HTTP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user