mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Add missing find_package call
This commit is contained in:
parent
292ed892c1
commit
1554722a83
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue