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

McParticleUtils: cmake fix

Missing find_package for CLHEP.
parent 6f6a97cd
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ atlas_subdir( McParticleUtils )
find_package( Boost )
find_package( HepPDT )
find_package( Python COMPONENTS Development )
find_package( CLHEP )
# Component(s) in the package:
atlas_add_library( McParticleUtils
......
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