File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ include(O2Utils)
2626include (QualityControlDependencies )
2727include (O2 ) # to be removed
2828
29- link_o2_subproject (InfoLogger )
3029link_o2_subproject (DataFormat )
3130link_o2_subproject (DataSampling )
3231
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ find_package(Monitoring REQUIRED)
55find_package (FairRoot )
66find_package (MySQL )
77find_package (Common REQUIRED )
8+ find_package (InfoLogger REQUIRED )
89
910# todo not sure why this is needed
1011if (BOOST_FOUND AND NOT Boost_FOUND)
@@ -38,13 +39,13 @@ o2_define_bucket(
3839 ${Boost_THREAD_LIBRARY}
3940 ${Boost_SYSTEM_LIBRARY}
4041 ${Common_LIBRARIES}
41- InfoLogger
4242 ${Configuration_LIBRARIES}
4343 DataSampling
4444 ${Monitoring_LIBRARIES}
4545 DataFormat
4646 ${ROOT_LIBRARIES}
4747 ${Boost_LOG_DEBUG}
48+ ${InfoLogger_LIBRARIES}
4849
4950 SYSTEMINCLUDE_DIRECTORIES
5051 ${Boost_INCLUDE_DIRS}
@@ -54,6 +55,7 @@ o2_define_bucket(
5455 ${Monitoring_INCLUDE_DIRS}
5556 ${ZEROMQ_INCLUDE_DIR}
5657 ${Common_INCLUDE_DIRS}
58+ ${InfoLogger_INCLUDE_DIRS}
5759)
5860
5961o2_define_bucket (
You can’t perform that action at this time.
0 commit comments