Skip to content

Commit

Permalink
Use the nvticache name from gvm-libs, defined in nvticache.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Aug 14, 2020
1 parent eb6f1b6 commit 1817b3f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ pkg_check_modules (LIBGVM_BOREAS REQUIRED libgvm_boreas>=21.4)
pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=21.4)
pkg_check_modules (GLIB REQUIRED glib-2.0>=2.42)

# set NVTICACHE_STR with version.
if (LIBGVM_UTIL_VERSION)
set (NVTICACHE_STR "nvticache${LIBGVM_UTIL_VERSION}")
add_definitions (-DNVTICACHE_STR="${NVTICACHE_STR}")
endif (LIBGVM_UTIL_VERSION)

message (STATUS "Looking for libgcrypt...")
find_library (GCRYPT gcrypt)
if (NOT GCRYPT)
Expand Down

0 comments on commit 1817b3f

Please sign in to comment.