Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ o2_add_library(TRKReconstruction
SOURCES src/TimeFrame.cxx
src/Clusterer.cxx
$<$<BOOL:${Acts_FOUND}>:src/ClustererACTS.cxx>
$<$<BOOL:${Acts_FOUND}>:src/TrackerACTS.cxx>
PUBLIC_LINK_LIBRARIES
O2::ITStracking
O2::GPUCommon
Expand Down Expand Up @@ -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
Expand Down
Loading