File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,11 +88,8 @@ find_package( Eigen3 REQUIRED )
8888find_package ( Geant4 REQUIRED )
8989find_package ( Boost COMPONENTS system REQUIRED )
9090find_package ( ROOT REQUIRED )
91-
92- if (DEFINED ENV{HEP_HPC_DIR} )
93- find_ups_product ( hdf5 )
94- find_ups_product ( hep_hpc )
95- endif ()
91+ find_package ( hdf5 REQUIRED )
92+ find_package ( hep_hpc REQUIRED )
9693
9794# macros for dictionary and simple_plugin
9895include (ArtDictionary )
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ cet_build_plugin(HitDumper art::module SOURCE HitDumper_module.cc LIBRARIES ${MO
5050cet_build_plugin (MuonTrackFilter art::module SOURCE MuonTrackFilter_module.cc LIBRARIES ${MODULE_LIBRARIES} )
5151cet_build_plugin (MuonTrackProducer art::module SOURCE MuonTrackProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
5252cet_build_plugin (OnlineEvd art::module SOURCE OnlineEvd_module.cc LIBRARIES ${MODULE_LIBRARIES} )
53+ target_include_directories (sbndcode_Commissioning_OnlineEvd_module PRIVATE $ENV{HEP_HPC_INC} )
5354
5455install_source ()
5556
You can’t perform that action at this time.
0 commit comments