From 2a7f8f24693c83dfc6c203d5e9779985339aad71 Mon Sep 17 00:00:00 2001 From: scott snyder Date: Mon, 3 Feb 2020 16:48:45 +0100 Subject: [PATCH] PerfMonComps: cmake fix Remove reference to removed file. --- Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt b/Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt index 513fc7d3b13..efa4b530d8c 100644 --- a/Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt +++ b/Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt @@ -39,4 +39,3 @@ atlas_add_component( PerfMonComps # Install files from the package: atlas_install_python_modules( python/*.py ) atlas_install_joboptions( share/*.py ) -atlas_install_scripts( scripts/PerfMonMTSvc_plotter.py ) -- GitLab