Skip to content

Commit 04678d2

Browse files
committed
fix: Update workflow name to match source file name (pid-feature-extractor)
1 parent 9a57888 commit 04678d2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Tools/PIDFeatureExtractor/CMakeLists.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12-
# PID feature extractor
13-
o2physics_add_dpl_workflow(my-example-task-pid-feature-extractor
14-
SOURCES PIDFeatureExtractor/PIDFeatureExtractor.cxx
15-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
16-
COMPONENT_NAME AnalysisTutorial)
12+
o2physics_add_dpl_workflow(pid-feature-extractor
13+
SOURCES PIDFeatureExtractor.cxx
14+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
15+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)