mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 13:34:16 -04:00
Only require libmicrohttpd when building with -DWITH_XC_HTTP=On, resolves #179
This commit is contained in:
parent
40aa92c5f7
commit
1edc116532
1 changed files with 3 additions and 1 deletions
|
@ -174,7 +174,9 @@ set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS_NONE QT_NO_DEBUG)
|
||||||
|
|
||||||
find_package(Gcrypt 1.6.0 REQUIRED)
|
find_package(Gcrypt 1.6.0 REQUIRED)
|
||||||
|
|
||||||
find_package(LibMicroHTTPD REQUIRED)
|
if (WITH_XC_HTTP)
|
||||||
|
find_package(LibMicroHTTPD REQUIRED)
|
||||||
|
endif(WITH_XC_HTTP)
|
||||||
|
|
||||||
find_package(ZLIB REQUIRED)
|
find_package(ZLIB REQUIRED)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue