diff --git a/Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt b/Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt index 59a7f47955938..81a75e209124a 100644 --- a/Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt +++ b/Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt @@ -18,7 +18,6 @@ o2_add_library(TRKReconstruction SOURCES src/TimeFrame.cxx src/Clusterer.cxx $<$:src/ClustererACTS.cxx> - $<$:src/TrackerACTS.cxx> PUBLIC_LINK_LIBRARIES O2::ITStracking O2::GPUCommon @@ -46,8 +45,7 @@ set(dictHeaders include/TRKReconstruction/TimeFrame.h include/TRKReconstruction/Clusterer.h) if(Acts_FOUND) - list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h - include/TRKReconstruction/TrackerACTS.h) + list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h) endif() o2_target_root_dictionary(TRKReconstruction