Skip to content

Commit 4d28f67

Browse files
committed
merge
2 parents afe21ba + 83c6a36 commit 4d28f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif()
3131

3232
# Define project
3333
project(Monitoring
34-
VERSION 3.19.1
34+
VERSION 3.19.2
3535
DESCRIPTION "O2 Monitoring library"
3636
LANGUAGES CXX
3737
)
@@ -171,13 +171,13 @@ set_target_properties(Monitoring PROPERTIES OUTPUT_NAME "O2Monitoring")
171171
target_link_libraries(Monitoring
172172
PUBLIC
173173
Boost::boost
174-
$<$<BOOL:${RdKafka_FOUND}>:${RDKAFKA_LIBS}>
175174
PRIVATE
176175
Boost::system
177176
pthread
178177
$<$<BOOL:${ApMon_FOUND}>:ApMon::ApMon>
179178
$<$<BOOL:${CURL_FOUND}>:CURL::libcurl>
180179
$<$<BOOL:${InfoLogger_FOUND}>:AliceO2::InfoLogger>
180+
$<$<BOOL:${RdKafka_FOUND}>:${RDKAFKA_LIBS}>
181181
)
182182

183183
# Handle ApMon optional dependency

0 commit comments

Comments
 (0)