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
(cherry picked from commit ac14fa5)

# Conflicts:
#	boreas/CMakeLists.txt
  • Loading branch information
nichtsfrei authored and mergify-bot committed Feb 17, 2022
1 parent 2ec8a58 commit 17e12bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boreas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,16 @@ if (BUILD_SHARED)
set_target_properties (gvm_boreas_shared PROPERTIES VERSION "${CPACK_PACKAGE_VERSION}")
set_target_properties (gvm_boreas_shared PROPERTIES PUBLIC_HEADER "${HEADERS}")

<<<<<<< HEAD
target_link_libraries (gvm_boreas_shared LINK_PRIVATE ${GLIB_LDFLAGS} ${LINKER_HARDENING_FLAGS} ${CMAKE_THREAD_LIBS_INIT})
=======
target_link_libraries (gvm_boreas_shared LINK_PRIVATE
gvm_util_shared
${GLIB_LDFLAGS}
${LIBNET_LDFLAGS}
${LINKER_HARDENING_FLAGS}
${CMAKE_THREAD_LIBS_INIT})
>>>>>>> ac14fa5 (Fix: add missing dependency to gvm_util within boreas (#662))
endif (BUILD_SHARED)

set (LIBGVM_BOREAS_NAME
Expand Down

0 comments on commit 17e12bb

Please sign in to comment.