We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae34547 commit a977972Copy full SHA for a977972
Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt
@@ -18,7 +18,6 @@ o2_add_library(TRKReconstruction
18
SOURCES src/TimeFrame.cxx
19
src/Clusterer.cxx
20
$<$<BOOL:${Acts_FOUND}>:src/ClustererACTS.cxx>
21
- $<$<BOOL:${Acts_FOUND}>:src/TrackerACTS.cxx>
22
PUBLIC_LINK_LIBRARIES
23
O2::ITStracking
24
O2::GPUCommon
@@ -46,8 +45,7 @@ set(dictHeaders include/TRKReconstruction/TimeFrame.h
46
45
include/TRKReconstruction/Clusterer.h)
47
48
if(Acts_FOUND)
49
- list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h
50
- include/TRKReconstruction/TrackerACTS.h)
+ list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h)
51
endif()
52
53
o2_target_root_dictionary(TRKReconstruction
0 commit comments