Skip to content
Snippets Groups Projects
Commit b1e9eb41 authored by Andre Sailer's avatar Andre Sailer
Browse files

Remove Find_package for boost from DDG4, done in main cmakelists.txt

parent 62950ad6
No related branches found
No related tags found
No related merge requests found
...@@ -9,12 +9,6 @@ include_directories(${CMAKE_SOURCE_DIR}/DDCore/include ...@@ -9,12 +9,6 @@ include_directories(${CMAKE_SOURCE_DIR}/DDCore/include
${CLHEP_INCLUDE_DIR} ${CLHEP_INCLUDE_DIR}
${Geant4_INCLUDE_DIRS} ) ${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------------------------------------------------------------------- #---Add Library-------------------------------------------------------------------
file(GLOB sources src/*.cpp) file(GLOB sources src/*.cpp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment