From 2df92a12f4bf0d9d3f8d89fe400fc0e29fbe3c0c Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Mon, 1 Feb 2021 23:34:11 -0500 Subject: [PATCH] AnaAlgorithm: cmake fix Remove reference to nonexistent file. --- PhysicsAnalysis/D3PDTools/AnaAlgorithm/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PhysicsAnalysis/D3PDTools/AnaAlgorithm/CMakeLists.txt b/PhysicsAnalysis/D3PDTools/AnaAlgorithm/CMakeLists.txt index 689c9b5f31e2..ef179756063d 100644 --- a/PhysicsAnalysis/D3PDTools/AnaAlgorithm/CMakeLists.txt +++ b/PhysicsAnalysis/D3PDTools/AnaAlgorithm/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration # The name of the package: atlas_subdir( AnaAlgorithm ) @@ -16,7 +16,7 @@ if( XAOD_STANDALONE ) PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} RootCoreUtils ) else() atlas_add_library( AnaAlgorithmLib - AnaAlgorithm/Global.h Root/Global.cxx + AnaAlgorithm/Global.h AnaAlgorithm/AnaAlgorithm.h AnaAlgorithm/AnaAlgorithm.icc Root/AnaAlgorithm.cxx AnaAlgorithm/MessageCheck.h Root/MessageCheck.cxx -- GitLab