From 5af7f8ab120d6303eeafe31ffcd1d4d09d35327e Mon Sep 17 00:00:00 2001
From: Christian Grefe <Christian.Grefe@cern.ch>
Date: Mon, 16 Sep 2013 14:01:32 +0000
Subject: [PATCH] Removed unnecessary generation of rootmap

---
 DDSegmentation/CMakeLists.txt | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/DDSegmentation/CMakeLists.txt b/DDSegmentation/CMakeLists.txt
index 46c8925a9..4170a5e85 100644
--- a/DDSegmentation/CMakeLists.txt
+++ b/DDSegmentation/CMakeLists.txt
@@ -13,14 +13,6 @@ target_link_libraries(DDSegmentation DD4hepCore ${ROOT_LIBRARIES})
 
 SET_TARGET_PROPERTIES( DDSegmentation PROPERTIES VERSION ${DD4hep_VERSION} SOVERSION ${DD4hep_SOVERSION})
 
-#---Rootmap generation--------------------------------------------------------------
-if(APPLE)
-  dd4hep_generate_rootmap_apple(DDSegmentation)
-else()
-  dd4hep_generate_rootmap(DDSegmentation)
-endif()
-#--- install target-------------------------------------
-
 install(DIRECTORY include/DDSegmentation
   DESTINATION include
   PATTERN ".svn" EXCLUDE )
-- 
GitLab