Skip to content

Commit a384953

Browse files
ilikmetaalibuild
andauthored
[PWGCF] Fix build O2Physics/O2 and O2Linter (AliceO2Group#9642)
Co-authored-by: ALICE Action Bot <[email protected]>
1 parent 89f2250 commit a384953

File tree

2 files changed

+886
-2
lines changed

2 files changed

+886
-2
lines changed

PWGCF/Flow/Tasks/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ o2physics_add_dpl_workflow(flow-runby-run
2424
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::GFWCore
2525
COMPONENT_NAME Analysis)
2626

27-
o2physics_add_dpl_workflow(flow-gfw-pbpb
28-
SOURCES FlowGFWPbPb.cxx
27+
o2physics_add_dpl_workflow(flow-gfw-task
28+
SOURCES flowGfwTask.cxx
2929
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
3030
COMPONENT_NAME Analysis)
3131

0 commit comments

Comments
 (0)