Skip to content

Commit 436cdea

Browse files
committed
Extraction of RORC and InfoLogger
1 parent cd3a105 commit 436cdea

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ include(O2Utils)
2626
include(QualityControlDependencies)
2727
include(O2) # to be removed
2828

29-
link_o2_subproject(InfoLogger)
3029
link_o2_subproject(DataFormat)
3130
link_o2_subproject(DataSampling)
3231

cmake/QualityControlDependencies.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ find_package(Monitoring REQUIRED)
55
find_package(FairRoot)
66
find_package(MySQL)
77
find_package(Common REQUIRED)
8+
find_package(InfoLogger REQUIRED)
89

910
# todo not sure why this is needed
1011
if (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

5961
o2_define_bucket(

0 commit comments

Comments
 (0)