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 (Common )
3029link_o2_subproject (InfoLogger )
3130link_o2_subproject (DataFormat )
3231link_o2_subproject (DataSampling )
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ find_package(Configuration REQUIRED)
44find_package (Monitoring REQUIRED )
55find_package (FairRoot )
66find_package (MySQL )
7+ find_package (Common REQUIRED )
78
89# todo not sure why this is needed
910if (BOOST_FOUND AND NOT Boost_FOUND)
@@ -36,7 +37,7 @@ o2_define_bucket(
3637 ${Boost_LOG_LIBRARY}
3738 ${Boost_THREAD_LIBRARY}
3839 ${Boost_SYSTEM_LIBRARY}
39- Common
40+ ${Common_LIBRARIES}
4041 InfoLogger
4142 ${Configuration_LIBRARIES}
4243 DataSampling
@@ -52,6 +53,7 @@ o2_define_bucket(
5253 ${Configuration_INCLUDE_DIRS}
5354 ${Monitoring_INCLUDE_DIRS}
5455 ${ZEROMQ_INCLUDE_DIR}
56+ ${Common_INCLUDE_DIRS}
5557)
5658
5759o2_define_bucket (
You can’t perform that action at this time.
0 commit comments