Skip to content

Commit 681b033

Browse files
committed
Set the kafka libs deps private
1 parent 0d29d6f commit 681b033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ set_target_properties(Monitoring PROPERTIES OUTPUT_NAME "O2Monitoring")
164164
target_link_libraries(Monitoring
165165
PUBLIC
166166
Boost::boost
167-
$<$<BOOL:${RdKafka_FOUND}>:${RDKAFKA_LIBS}>
168167
PRIVATE
169168
Boost::system
170169
pthread
171170
$<$<BOOL:${ApMon_FOUND}>:ApMon::ApMon>
172171
$<$<BOOL:${CURL_FOUND}>:CURL::libcurl>
173172
$<$<BOOL:${InfoLogger_FOUND}>:AliceO2::InfoLogger>
173+
$<$<BOOL:${RdKafka_FOUND}>:${RDKAFKA_LIBS}>
174174
)
175175

176176
# Handle ApMon optional dependency

0 commit comments

Comments
 (0)