From 4d96e6aea3ba6f133e3262c3b404d535f1f7bb74 Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Fri, 3 Feb 2023 12:30:08 +0100
Subject: [PATCH] Use latest version of external repository

Switch to new branch newFieldMaps which adds the various versions of the new
fieldmaps. The switch is needed to be able to remove the maps if they are
updated or become obsolete. If these maps would be included in the main branch
tehre wouldn't be a possibility to remove them at some point.
---
 external/InstallInput.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/InstallInput.cmake b/external/InstallInput.cmake
index 04805f6b0d..0eed73a721 100644
--- a/external/InstallInput.cmake
+++ b/external/InstallInput.cmake
@@ -1,4 +1,4 @@
-set(INPUT_VERSION e7571e3af56ba81fa586efc7fa676b2b8e9beea4)
+set(INPUT_VERSION ecbd1f37a0d449a5c2a344957a889441963852ae) # branch newFieldMaps
 
 set(INPUT_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_input.git")
 
-- 
GitLab