From 91549ffbfef287413319f7023c19d9e32530bc1a Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Wed, 13 Aug 2014 15:22:50 +0000
Subject: [PATCH] Fix cmake problem for mac, due to infinite function recursion

Call notapple function for macs at the moment. Forgot to change this function during refactoring
---
 cmake/DD4hep.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/DD4hep.cmake b/cmake/DD4hep.cmake
index cf817b61e..6efecca22 100644
--- a/cmake/DD4hep.cmake
+++ b/cmake/DD4hep.cmake
@@ -88,7 +88,7 @@ endfunction()
 function(dd4hep_generate_rootmap_apple library)
 
   # for now do the same for apple that is done for the rest
-  dd4hep_generate_rootmap( ${library} )
+  dd4hep_generate_rootmap_notapple( ${library} )
 
 endfunction()
 
-- 
GitLab