Skip to content

Commit

Permalink
Fix: add missing dependency to gvm_util within boreas (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei authored Feb 17, 2022
1 parent 49245ed commit ac14fa5
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 ac14fa5

Please sign in to comment.