Skip to content
Snippets Groups Projects
Commit dfc5b984 authored by Frank Gaede's avatar Frank Gaede
Browse files

- fixed issue w/ DD4HEP_USE_BOOST

parent aeb855d3
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,8 @@ include_directories( SYSTEM ${ROOT_INCLUDE_DIR} ) ...@@ -63,6 +63,8 @@ include_directories( SYSTEM ${ROOT_INCLUDE_DIR} )
include(DD4hep_XML_setup) include(DD4hep_XML_setup)
if(DD4HEP_USE_GEANT4) if(DD4HEP_USE_GEANT4)
set( DD4HEP_USE_BOOST On)
message( STATUS " *** finding BOOST .... " )
find_package( Boost REQUIRED ) find_package( Boost REQUIRED )
include_directories( SYSTEM ${Boost_INCLUDE_DIRS} ) include_directories( SYSTEM ${Boost_INCLUDE_DIRS} )
add_definitions( -DDD4HEP_USE_BOOST ) add_definitions( -DDD4HEP_USE_BOOST )
......
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