Skip to content

Commit

Permalink
Merge pull request #859 from tuxmaster5000/libcurl
Browse files Browse the repository at this point in the history
Only libcurl 7.77.0 provides the needed functions.
  • Loading branch information
mattmundell authored Dec 6, 2024
2 parents 5b8b543 + ea9a109 commit 30dc818
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 30dc818

Please sign in to comment.