Skip to content

Commit 9483b69

Browse files
committed
Remove unnecessary dictionaries in ALICE3
1 parent c9acd57 commit 9483b69

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,3 @@ o2_add_library(TRKReconstruction
3737
PRIVATE_LINK_LIBRARIES
3838
O2::Steer
3939
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-
if(Acts_FOUND)
49-
list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h
50-
include/TRKReconstruction/TrackerACTS.h)
51-
endif()
52-
53-
o2_target_root_dictionary(TRKReconstruction
54-
HEADERS ${dictHeaders}
55-
LINKDEF src/TRKReconstructionLinkDef.h)

Detectors/Upgrades/ALICE3/TRK/reconstruction/src/TRKReconstructionLinkDef.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)