From 631a182f4da592e93bc393ccdabe7152b50c4918 Mon Sep 17 00:00:00 2001
From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
Date: Fri, 11 Dec 2020 09:48:17 +0100
Subject: [PATCH] Fixed a typo in the build configuration of
 xAODCaloEventAthenaPool.

---
 Event/xAOD/xAODCaloEventAthenaPool/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Event/xAOD/xAODCaloEventAthenaPool/CMakeLists.txt b/Event/xAOD/xAODCaloEventAthenaPool/CMakeLists.txt
index f4cda8a3286..c9651a36195 100644
--- a/Event/xAOD/xAODCaloEventAthenaPool/CMakeLists.txt
+++ b/Event/xAOD/xAODCaloEventAthenaPool/CMakeLists.txt
@@ -6,7 +6,7 @@ atlas_subdir( xAODCaloEventAthenaPool )
 # Extra libraries, depending on the build environment.
 set( extra_libs )
 if( NOT XAOD_ANALYSIS )
-   set( extraLibs CaloInterfaceLib )
+   set( extra_libs CaloInterfaceLib )
 endif()
 
 # Component(s) in the package:
-- 
GitLab