Skip to content

Commit

Permalink
Merge pull request #350 from Barthelemy/hide-kafka
Browse files Browse the repository at this point in the history
[WIP] Set the kafka libs dependencies private
  • Loading branch information
sy-c authored Feb 10, 2025
2 parents 0d29d6f + 681b033 commit 9868f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ set_target_properties(Monitoring PROPERTIES OUTPUT_NAME "O2Monitoring")
target_link_libraries(Monitoring
PUBLIC
Boost::boost
$<$<BOOL:${RdKafka_FOUND}>:${RDKAFKA_LIBS}>
PRIVATE
Boost::system
pthread
$<$<BOOL:${ApMon_FOUND}>:ApMon::ApMon>
$<$<BOOL:${CURL_FOUND}>:CURL::libcurl>
$<$<BOOL:${InfoLogger_FOUND}>:AliceO2::InfoLogger>
$<$<BOOL:${RdKafka_FOUND}>:${RDKAFKA_LIBS}>
)

# Handle ApMon optional dependency
Expand Down

0 comments on commit 9868f0d

Please sign in to comment.