From 1f953c3c91a33ad495a5d48d8a4bd5bfa3ed5495 Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Fri, 26 Nov 2021 17:43:27 +0100
Subject: [PATCH] Fix typo in file name

---
 reco/L1/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reco/L1/CMakeLists.txt b/reco/L1/CMakeLists.txt
index 6ede78f703..6c4fb45a51 100644
--- a/reco/L1/CMakeLists.txt
+++ b/reco/L1/CMakeLists.txt
@@ -268,7 +268,7 @@ Install(FILES L1Algo/L1Algo.h
               L1Algo/L1Branch.h
               L1Algo/L1Field.h
               L1Algo/L1Hit.h
-              L1Algo/LVector.h
+              L1Algo/L1Vector.h
         DESTINATION include/L1Algo
        )
 
-- 
GitLab