Skip to content

Commit b566954

Browse files
committed
Fix missing library
1 parent c497365 commit b566954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ o2physics_add_dpl_workflow(strangeness-in-jets
117117

118118
o2physics_add_dpl_workflow(strangeness-in-jets-ions
119119
SOURCES strangenessInJetsIons.cxx
120-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib
120+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib O2Physics::EventFilteringUtils
121121
COMPONENT_NAME Analysis)
122122

123123
o2physics_add_dpl_workflow(sjet-tree-creator

0 commit comments

Comments
 (0)