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

- removed Boost dependency - this should only be internal

   to DD4hep
parent 48e7c436
No related branches found
No related tags found
No related merge requests found
......@@ -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 ?
......
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