From 22940cebb14ec782f422f8279ae74dcdad9ac055 Mon Sep 17 00:00:00 2001 From: Francesco Noferini Date: Fri, 18 Jun 2021 22:12:19 +0200 Subject: [PATCH] wrong TOF dependency removed --- Modules/TOF/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/TOF/CMakeLists.txt b/Modules/TOF/CMakeLists.txt index fda3a1085e..5723730516 100644 --- a/Modules/TOF/CMakeLists.txt +++ b/Modules/TOF/CMakeLists.txt @@ -28,7 +28,6 @@ target_include_directories( target_link_libraries(O2QcTOF PUBLIC O2QualityControl O2::TOFBase - O2::TOFWorkflow O2::DataFormatsTOF O2::TOFCompression O2::TOFReconstruction)