Skip to content

Commit 30dc818

Browse files
authored
Merge pull request #859 from tuxmaster5000/libcurl
Only libcurl 7.77.0 provides the needed functions.
2 parents 5b8b543 + ea9a109 commit 30dc818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvasd/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif (NOT PKG_CONFIG_FOUND)
1313
## Dependency checks
1414

1515
pkg_check_modules (GLIB REQUIRED glib-2.0>=2.42)
16-
pkg_check_modules (CURL REQUIRED libcurl>=7.74.0)
16+
pkg_check_modules (CURL REQUIRED libcurl>=7.77.0)
1717

1818
# for json parsing we need cJSON
1919
pkg_check_modules (CJSON REQUIRED libcjson>=1.7.14)

0 commit comments

Comments
 (0)