mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kutils: require Libmicrohttpd v0.9.71+ for khttp library
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a216cdd4c3
commit
85dedd5c10
1 changed files with 2 additions and 1 deletions
|
@ -239,7 +239,8 @@ set_package_properties(OpenSSL PROPERTIES
|
||||||
PURPOSE "Store password securely"
|
PURPOSE "Store password securely"
|
||||||
)
|
)
|
||||||
|
|
||||||
macro_optional_find_package(Libmicrohttpd)
|
# v0.9.71+ required for MHD_Result
|
||||||
|
macro_optional_find_package(Libmicrohttpd 0.9.71)
|
||||||
set_package_properties(Libmicrohttpd PROPERTIES
|
set_package_properties(Libmicrohttpd PROPERTIES
|
||||||
DESCRIPTION "Small C library that is supposed to make it easy to run an HTTP server as part of another application"
|
DESCRIPTION "Small C library that is supposed to make it easy to run an HTTP server as part of another application"
|
||||||
URL "https://www.gnu.org/software/libmicrohttpd/"
|
URL "https://www.gnu.org/software/libmicrohttpd/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue