Skip to content
Snippets Groups Projects
Commit 35a66533 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'master-perfmonana-cmake-update' into 'master'

PerfMonAna: CMakeLists.txt update

See merge request atlas/athena!39165
parents 129a03c3 7fd26459
No related branches found
No related tags found
No related merge requests found
...@@ -4,13 +4,10 @@ ...@@ -4,13 +4,10 @@
atlas_subdir( PerfMonAna ) atlas_subdir( PerfMonAna )
# External dependencies: # External dependencies:
find_package( matplotlib )
find_package( numpy )
find_package( pandas ) find_package( pandas )
find_package( sqlalchemy ) find_package( sqlalchemy )
# These need to be added to Externals first, then enabled
# However, the fact that they're missing is not an immediate
# Showstopper...
#find_package( matplotlib )
#find_package( numpy )
find_package( ROOT COMPONENTS Core PyROOT Tree MathCore Hist RIO pthread ) find_package( ROOT COMPONENTS Core PyROOT Tree MathCore Hist RIO pthread )
# Install files from the package: # Install files from the package:
......
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