From 19c2a828becf4babc0a53a94cabb20a9472701fe Mon Sep 17 00:00:00 2001
From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
Date: Tue, 15 Jan 2019 15:49:49 +0100
Subject: [PATCH] Forcing Athena to use LCG_94.

The latest version of atlasexternals now defaults to using LCG_94a. But until
the tdaq releases are built against 94a, Athena needs to stay with 94.
---
 Projects/Athena/build_externals.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Projects/Athena/build_externals.sh b/Projects/Athena/build_externals.sh
index 260703c7112..f0e7d8a0433 100755
--- a/Projects/Athena/build_externals.sh
+++ b/Projects/Athena/build_externals.sh
@@ -22,7 +22,7 @@ BUILDDIR=""
 BUILDTYPE="RelWithDebInfo"
 FORCE=""
 CI=""
-EXTRACMAKE=()
+EXTRACMAKE=(-DLCG_VERSION_NUMBER=94 -DLCG_VERSION_POSTFIX="")
 while getopts ":t:b:x:fch" opt; do
     case $opt in
         t)
-- 
GitLab