We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afe21ba + 83c6a36 commit 4d28f67Copy full SHA for 4d28f67
1 file changed
CMakeLists.txt
@@ -31,7 +31,7 @@ endif()
31
32
# Define project
33
project(Monitoring
34
- VERSION 3.19.1
+ VERSION 3.19.2
35
DESCRIPTION "O2 Monitoring library"
36
LANGUAGES CXX
37
)
@@ -171,13 +171,13 @@ set_target_properties(Monitoring PROPERTIES OUTPUT_NAME "O2Monitoring")
171
target_link_libraries(Monitoring
172
PUBLIC
173
Boost::boost
174
- $<$<BOOL:${RdKafka_FOUND}>:${RDKAFKA_LIBS}>
175
PRIVATE
176
Boost::system
177
pthread
178
$<$<BOOL:${ApMon_FOUND}>:ApMon::ApMon>
179
$<$<BOOL:${CURL_FOUND}>:CURL::libcurl>
180
$<$<BOOL:${InfoLogger_FOUND}>:AliceO2::InfoLogger>
+ $<$<BOOL:${RdKafka_FOUND}>:${RDKAFKA_LIBS}>
181
182
183
# Handle ApMon optional dependency
0 commit comments