Skip to content

Commit

Permalink
fix dynamic linking issue
Browse files Browse the repository at this point in the history
Signed-off-by: jakub-racek-swi <jakub.racek@solarwinds.com>
  • Loading branch information
jakub-racek-swi committed Sep 23, 2024
1 parent 49d15d8 commit 9e7a319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collector/k8s/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ target_link_libraries(
static-executable
gRPC::grpc++_unsecure
gRPC::grpc_unsecure
dl
)

set_target_properties(k8s-relay PROPERTIES LINK_SEARCH_START_STATIC 1)
Expand Down

0 comments on commit 9e7a319

Please sign in to comment.