Skip to content
Snippets Groups Projects
Commit efed3533 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'cmake.SiClusterizationTool-20201210' into 'master'

SiClusterizationTool: cmake fix

See merge request atlas/athena!39090
parents 656e98a4 9f86f92d
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ find_package( Eigen ) ...@@ -9,6 +9,7 @@ find_package( Eigen )
find_package( CLHEP ) find_package( CLHEP )
find_package( ROOT COMPONENTS Core MathCore Hist ) find_package( ROOT COMPONENTS Core MathCore Hist )
find_package( COOL COMPONENTS CoolKernel CoolApplication ) find_package( COOL COMPONENTS CoolKernel CoolApplication )
find_package( Boost )
# Component(s) in the package: # Component(s) in the package:
atlas_add_library( SiClusterizationToolLib atlas_add_library( SiClusterizationToolLib
......
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