Skip to content
Snippets Groups Projects

PerfMonComps: add back psutil dependency

Merged Frank Winklmeier requested to merge fwinkl/athena:psutil into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -6,6 +6,7 @@ atlas_subdir( PerfMonComps )
# External dependencies:
find_package( TBB )
find_package( nlohmann_json )
find_package( psutil )
# Component(s) in the package:
atlas_add_component( PerfMonComps
Loading