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

TrigBjetHypo: cmake fix

Missing find_package for CLHEP.
parent d719d119
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ atlas_subdir( TrigBjetHypo ) ...@@ -5,6 +5,7 @@ atlas_subdir( TrigBjetHypo )
# External dependencies: # External dependencies:
find_package( ROOT COMPONENTS MathCore ) find_package( ROOT COMPONENTS MathCore )
find_package( CLHEP )
# Component(s) in the package: # Component(s) in the package:
atlas_add_component( TrigBjetHypo atlas_add_component( TrigBjetHypo
......
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