diff --git a/DDCore/CMakeLists.txt b/DDCore/CMakeLists.txt index 1d4f9b9a0b75e153162fd9f265f8f07c535e53d0..013d7947444c5abcebd978796814f5a215de8792 100644 --- a/DDCore/CMakeLists.txt +++ b/DDCore/CMakeLists.txt @@ -30,6 +30,7 @@ dd4hep_add_dictionary( G__DD4hep src/DetectorImp.h src/RootDictionary.h EXCLUDE include/DD4hep/DetFactoryHelper.h + include/DD4hep/Any.h include/DD4hep/Factories.h include/DD4hep/Plugins.h include/DD4hep/IoStreams.h diff --git a/DDDigi/CMakeLists.txt b/DDDigi/CMakeLists.txt index 542c1067a9557d605f63e1c1ef0b98d3bd6c1b6e..583a32b9dc3354f2a8262bf0345eba131e91943b 100644 --- a/DDDigi/CMakeLists.txt +++ b/DDDigi/CMakeLists.txt @@ -17,6 +17,7 @@ dd4hep_package( DDDigi #---Add Library--------------------------------------------------------------------- dd4hep_add_package_library(DDDigi SOURCES src/*.cpp [OPTIONAL TBB REQUIRED] + [OPTIONAL BOOST REQUIRED] ) if( TBB_INCLUDE_DIR ) dd4hep_print( "|++> TBB_INCLUDE_DIR --> ${TBB_INCLUDE_DIR}")