From f117c6a3a88801b7e54e351dad32b556cdb19ef7 Mon Sep 17 00:00:00 2001 From: Ewelina Maria Lobodzinska Date: Thu, 17 Mar 2022 12:09:16 +0100 Subject: [PATCH] Update CMakeLists.txt as requested in ATLINFR-4458 --- Generators/PMGSystematicsTools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generators/PMGSystematicsTools/CMakeLists.txt b/Generators/PMGSystematicsTools/CMakeLists.txt index 5248695da80..7f5302026c6 100644 --- a/Generators/PMGSystematicsTools/CMakeLists.txt +++ b/Generators/PMGSystematicsTools/CMakeLists.txt @@ -6,7 +6,7 @@ atlas_subdir( PMGSystematicsTools ) # External dependencies: -find_package( PythonLibs ) +find_package( Python COMPONENTS Interpreter ) find_package( ROOT COMPONENTS Core PyROOT Tree MathCore Hist RIO pthread ) find_package( Rivet ) find_package( YODA ) -- GitLab