From ea9a109d73a1fcfd210408cb65e1ee9a4f1eaffe Mon Sep 17 00:00:00 2001 From: tuxmaster5000 <837503+tuxmaster5000@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:41:17 +0100 Subject: [PATCH] Only libcurl 7.77.0 provides the needed functions. --- openvasd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvasd/CMakeLists.txt b/openvasd/CMakeLists.txt index f0c9cc52..030ac798 100644 --- a/openvasd/CMakeLists.txt +++ b/openvasd/CMakeLists.txt @@ -13,7 +13,7 @@ endif (NOT PKG_CONFIG_FOUND) ## Dependency checks pkg_check_modules (GLIB REQUIRED glib-2.0>=2.42) -pkg_check_modules (CURL REQUIRED libcurl>=7.74.0) +pkg_check_modules (CURL REQUIRED libcurl>=7.77.0) # for json parsing we need cJSON pkg_check_modules (CJSON REQUIRED libcjson>=1.7.14)