Skip to content

Commit

Permalink
Fix: add missing dependency to gvm_util within boreas
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Feb 17, 2022
1 parent be17f08 commit 0cc5ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boreas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ if (BUILD_SHARED)
set_target_properties (gvm_boreas_shared PROPERTIES PUBLIC_HEADER "${HEADERS}")

target_link_libraries (gvm_boreas_shared LINK_PRIVATE
gvm_util_shared
${GLIB_LDFLAGS}
${LIBNET_LDFLAGS}
${LINKER_HARDENING_FLAGS}
Expand Down

0 comments on commit 0cc5ae2

Please sign in to comment.