From ae0a1e4749ef32b740a902b1ab8d123e3cd115d2 Mon Sep 17 00:00:00 2001
From: Frank Gaede <frank.gaede@desy.de>
Date: Thu, 27 Nov 2014 10:12:32 +0000
Subject: [PATCH]  - removed Boost dependency - this should only be internal   
 to DD4hep

---
 cmake/DD4hepConfig.cmake.in | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/cmake/DD4hepConfig.cmake.in b/cmake/DD4hepConfig.cmake.in
index 3ea3dde09..b459432e4 100644
--- a/cmake/DD4hepConfig.cmake.in
+++ b/cmake/DD4hepConfig.cmake.in
@@ -64,13 +64,13 @@ else()
 endif()
 
 
-#---- build with Boost ?
-if(@DD4HEP_USE_BOOST@)
-  set( DD4HEP_USE_BOOST True )
-  find_package( Boost REQUIRED )
-  include_directories( SYSTEM ${Boost_INCLUDE_DIRS} )
-  add_definitions( -DDD4HEP_USE_BOOST )
-endif()
+##---- build with Boost ?
+#if(@DD4HEP_USE_BOOST@)
+#  set( DD4HEP_USE_BOOST True )
+#  find_package( Boost REQUIRED )
+#  include_directories( SYSTEM ${Boost_INCLUDE_DIRS} )
+#  add_definitions( -DDD4HEP_USE_BOOST )
+#endif()
 
 
 #---- build with xercesc or tinyxml ?
-- 
GitLab