diff --git a/DDG4/CMakeLists.txt b/DDG4/CMakeLists.txt
index 32bf3da160301ee4c5efb3d863bd4bd8ce8b086d..80b3968930330123b022163de73c6a6ee2bec282 100644
--- a/DDG4/CMakeLists.txt
+++ b/DDG4/CMakeLists.txt
@@ -9,12 +9,6 @@ include_directories(${CMAKE_SOURCE_DIR}/DDCore/include
                     ${CLHEP_INCLUDE_DIR}
                     ${Geant4_INCLUDE_DIRS} )
 
-#---Add Library-------------------------------------------------------------------
-if(DD4HEP_USE_BOOST)
-  FIND_PACKAGE( Boost REQUIRED) 
-  include_directories( ${Boost_INCLUDE_DIR})
-  add_definitions(-DDD4HEP_USE_BOOST)
-endif()
 #---Add Library-------------------------------------------------------------------
 file(GLOB sources src/*.cpp)