Skip to content

Commit 95e397d

Browse files
committed
CMakeLists update after renaming workflow
1 parent af007ee commit 95e397d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Common/DataModel/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ o2physics_add_header_only_library(DataModel
2525
Qvectors.h
2626
MatchMFTFT0.h
2727
MftmchMatchingML.h
28-
ZDCInterCalib.h
28+
ZDCExtra.h
2929
EseTable.h
3030
FwdTrackReAlignTables.h)

Common/TableProducer/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ o2physics_add_dpl_workflow(match-mft-ft0
148148
O2::DetectorsBase O2::DetectorsCommonDataFormats
149149
COMPONENT_NAME Analysis)
150150

151-
o2physics_add_dpl_workflow(zdc-task-inter-calib
152-
SOURCES zdcTaskInterCalib.cxx
151+
o2physics_add_dpl_workflow(zdc-extra-table-producer
152+
SOURCES zdcExtraTableProducer.cxx
153153
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
154154
COMPONENT_NAME Analysis)
155155

0 commit comments

Comments
 (0)