From d617f3cd9bc3c8447f560e8673bf10fe44ec062d Mon Sep 17 00:00:00 2001
From: Marilena Bandieramonte <marilena.bandieramonte@cern.ch>
Date: Mon, 2 Dec 2019 10:44:29 +0100
Subject: [PATCH] Fix CMakeLists.txt file for GeoSpecialShape.cmake file

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bcef30f..ff44340 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,5 +11,5 @@ add_subdirectory(GeoSpecialShapes)
 
 install(EXPORT GeoMaterial2G4-export FILE GeoModelG4-GeoMaterial2G4.cmake DESTINATION lib/GeoModelG4)
 install(EXPORT GeoModel2G4-export FILE GeoModelG4-GeoModel2G4.cmake DESTINATION lib/GeoModelG4)
-install(EXPORT GeoSpecialShapes-export FILE GeoSpecialShapes-GeoModel2G4.cmake DESTINATION lib/GeoModelG4)
+install(EXPORT GeoSpecialShapes-export FILE GeoModelG4-GeoSpecialShapes.cmake DESTINATION lib/GeoModelG4)
 install(FILES cmake/GeoModelG4Config.cmake DESTINATION lib/GeoModelG4)
-- 
GitLab