From 5e21c7b74c0cbedf4ddb8487c6beb134a9756f4a Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Thu, 9 Apr 2020 13:24:20 +0200
Subject: [PATCH] fix thisdd4hep.sh to use right argument in function call

---
 cmake/thisdd4hep.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/thisdd4hep.sh b/cmake/thisdd4hep.sh
index 43a3a7f9c..0f7fcfa9b 100644
--- a/cmake/thisdd4hep.sh
+++ b/cmake/thisdd4hep.sh
@@ -70,7 +70,7 @@ if [ "x$SOURCE" = "x" ]; then
     SOURCE=${(%):-%N} # for zsh
 fi
 
-dd4hep_parse_this $SOURCE  @PackageName@;
+dd4hep_parse_this $SOURCE  dd4hep;
 #
 # These 3 are the main configuration variables: ROOT, Geant4 and XercesC
 # --> LCIO & Co. are handled elsewhere!
-- 
GitLab