Skip to content

Commit

Permalink
fix: fix build in shared library build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 committed Oct 3, 2023
1 parent cbcecdd commit 8ccc958
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions userspace/libsinsp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,10 @@ endif()
set_sinsp_target_properties(sinsp)

target_link_libraries(sinsp
PUBLIC scap
PUBLIC scap "${RE2_LIB}"
PRIVATE
"${CURL_LIBRARIES}"
"${JSONCPP_LIB}"
"${RE2_LIB}"
)

set(SINSP_PKGCONFIG_LIBRARIES
Expand Down

0 comments on commit 8ccc958

Please sign in to comment.