We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b24a5 commit 93a1453Copy full SHA for 93a1453
3 files changed
CMakeLists.txt
@@ -26,7 +26,6 @@ include(O2Utils)
26
include(QualityControlDependencies)
27
include(O2) # to be removed
28
29
-link_o2_subproject(DataFormat)
30
link_o2_subproject(DataSampling)
31
32
add_subdirectory(doc)
cmake/QualityControlDependencies.cmake
@@ -42,7 +42,6 @@ o2_define_bucket(
42
${Configuration_LIBRARIES}
43
DataSampling
44
${Monitoring_LIBRARIES}
45
- DataFormat
46
${ROOT_LIBRARIES}
47
${Boost_LOG_DEBUG}
48
${InfoLogger_LIBRARIES}
include/QualityControl/TaskInterface.h
@@ -9,7 +9,7 @@
9
#include <memory>
10
11
#include "QualityControl/ObjectsManager.h"
12
-#include <DataFormat/DataSet.h>
+#include <Common/DataSet.h>
13
14
namespace AliceO2 {
15
namespace QualityControl {
0 commit comments