From 57c79b5d04d13bf7b83d57cc6deb422faf2747f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Wed, 8 Jan 2025 08:15:19 +0100 Subject: [PATCH] Fix: Don't require json-glib 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 --- openvasd/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/openvasd/CMakeLists.txt b/openvasd/CMakeLists.txt index ce0c8cda..88e9bd27 100644 --- a/openvasd/CMakeLists.txt +++ b/openvasd/CMakeLists.txt @@ -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}