Skip to content

Commit

Permalink
Fix: Required gvm-libs 22.7 for credentials excerpt_size
Browse files Browse the repository at this point in the history
The credentials excerpt_size got introduced with greenbone/gvm-libs@19d347c0
and was released with gvm-libs 22.7.0. Since 81b9aaaf8
it is used in gvmd. The change was released with gvmd 22.7.0.

Closes #2073
  • Loading branch information
bjoernricks committed Sep 1, 2023
1 parent cdf97f3 commit aeeef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ find_package (Threads)
## list and throw an error, otherwise long install-cmake-install-cmake cycles
## might occur.

pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=22.6)
pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=22.7)
pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=22.6)
pkg_check_modules (LIBGVM_OSP REQUIRED libgvm_osp>=22.6)
pkg_check_modules (LIBGVM_GMP REQUIRED libgvm_gmp>=22.6)
Expand Down

0 comments on commit aeeef2b

Please sign in to comment.