Skip to content
Snippets Groups Projects
Commit 9e42d75d authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

ParticleJetTools: cmake fix

Missing find_package for ROOT.
parent eb12b181
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
# Declare the package name:
atlas_subdir( ParticleJetTools )
find_package( ROOT )
# Component(s) in the package:
if( XAOD_STANDALONE )
atlas_add_library( ParticleJetToolsLib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment