From b1e9eb41197716dbde311c22e1b5a65af519b82b Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Mon, 15 Sep 2014 09:19:54 +0000 Subject: [PATCH] Remove Find_package for boost from DDG4, done in main cmakelists.txt --- DDG4/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/DDG4/CMakeLists.txt b/DDG4/CMakeLists.txt index 32bf3da16..80b396893 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) -- GitLab