Skip to content

Commit

Permalink
Only libcurl 7.77.0 provides the needed functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmaster5000 committed Dec 5, 2024
1 parent 5b8b543 commit ea9a109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvasd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ea9a109

Please sign in to comment.