Skip to content

Commit

Permalink
Fix: Don't require json-glib
Browse files Browse the repository at this point in the history
json-glib as a requirement was introduced accidentally with the last
gvm-libs release but isn't used at all. Therefore remove the dependency
again.

Fixes #860
  • Loading branch information
bjoernricks committed Jan 8, 2025
1 parent efa766f commit 57c79b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openvasd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pkg_check_modules (CURL REQUIRED libcurl>=7.83.0)

# for json parsing we need cJSON
pkg_check_modules (CJSON REQUIRED libcjson>=1.7.14)
pkg_check_modules (GLIB_JSON REQUIRED json-glib-1.0>=1.4.4)


include_directories (${GLIB_INCLUDE_DIRS} ${GLIB_JSON_INCLUDE_DIRS}
Expand Down

0 comments on commit 57c79b5

Please sign in to comment.