Skip to content

Commit cd3a105

Browse files
committed
Adapt for common in its own repo.
1 parent c9ac173 commit cd3a105

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(Common)
3029
link_o2_subproject(InfoLogger)
3130
link_o2_subproject(DataFormat)
3231
link_o2_subproject(DataSampling)

cmake/QualityControlDependencies.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ find_package(Configuration REQUIRED)
44
find_package(Monitoring REQUIRED)
55
find_package(FairRoot)
66
find_package(MySQL)
7+
find_package(Common REQUIRED)
78

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

5759
o2_define_bucket(

0 commit comments

Comments
 (0)