Skip to content

Commit a977972

Browse files
authored
Remove TrackerACTS from CMakeLists.txt
1 parent ae34547 commit a977972

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ o2_add_library(TRKReconstruction
1818
SOURCES src/TimeFrame.cxx
1919
src/Clusterer.cxx
2020
$<$<BOOL:${Acts_FOUND}>:src/ClustererACTS.cxx>
21-
$<$<BOOL:${Acts_FOUND}>:src/TrackerACTS.cxx>
2221
PUBLIC_LINK_LIBRARIES
2322
O2::ITStracking
2423
O2::GPUCommon
@@ -46,8 +45,7 @@ set(dictHeaders include/TRKReconstruction/TimeFrame.h
4645
include/TRKReconstruction/Clusterer.h)
4746

4847
if(Acts_FOUND)
49-
list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h
50-
include/TRKReconstruction/TrackerACTS.h)
48+
list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h)
5149
endif()
5250

5351
o2_target_root_dictionary(TRKReconstruction

0 commit comments

Comments
 (0)