We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9acd57 commit 9483b69Copy full SHA for 9483b69
Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt
@@ -37,19 +37,3 @@ o2_add_library(TRKReconstruction
37
PRIVATE_LINK_LIBRARIES
38
O2::Steer
39
TBB::tbb)
40
-
41
-if(Acts_FOUND)
42
- target_compile_definitions(${targetName} PUBLIC O2_WITH_ACTS)
43
-endif()
44
45
-set(dictHeaders include/TRKReconstruction/TimeFrame.h
46
- include/TRKReconstruction/Clusterer.h)
47
48
49
- list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h
50
- include/TRKReconstruction/TrackerACTS.h)
51
52
53
-o2_target_root_dictionary(TRKReconstruction
54
- HEADERS ${dictHeaders}
55
- LINKDEF src/TRKReconstructionLinkDef.h)
Detectors/Upgrades/ALICE3/TRK/reconstruction/src/TRKReconstructionLinkDef.h
0 commit comments