From 151dd9270b5547e99957cb4d9ab6b34db6b7a233 Mon Sep 17 00:00:00 2001 From: Walter Lampl <Walter.Lampl@cern.ch> Date: Mon, 17 Aug 2020 13:37:23 +0200 Subject: [PATCH] PerfMonComps: Syntax adjustments for root v6.22 (PyException) --- Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt b/Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt index c553528b686e..7ad7a696c0a6 100644 --- a/Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt +++ b/Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt @@ -7,7 +7,7 @@ atlas_subdir( PerfMonComps ) find_package( AIDA ) find_package( Boost ) find_package( Python COMPONENTS Development ) -find_package( ROOT COMPONENTS Core PyROOT ) +find_package( ROOT COMPONENTS Core PyROOT cppyy3_7 ) find_package( nlohmann_json ) find_package( psutil ) -- GitLab