File tree Expand file tree Collapse file tree 6 files changed +8
-540
lines changed
Expand file tree Collapse file tree 6 files changed +8
-540
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR)
1010
1111find_package (cetmodules 3.16.00 REQUIRED )
1212
13- project (otsdaq_mu2e_crv VERSION 3.04.00)
13+ project (otsdaq-mu2e-crv VERSION 3.04.00)
1414
1515include (CetCMakeEnv )
1616cet_cmake_env ()
@@ -30,7 +30,7 @@ cet_set_compiler_flags(DIAGS VIGILANT
3030#cet_report_compiler_flags()
3131
3232# these are minimum required versions, not the actual product versions
33- find_package (otsdaq_mu2e 1.02.00 REQUIRED )
33+ find_package (otsdaq-mu2e 1.02.00 REQUIRED )
3434
3535 # XDAQ Extra setup
3636 include_directories ($ENV{XDAQ_ROOT} /include/linux $ENV{XDAQ_ROOT} /include )
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ cet_build_plugin(CrvVstDemoViewer art::module LIBRARIES
55 TRACE::TRACE
66 ROOT::Core
77 ROOT::Gui
8- artdaq_core_mu2e:: artdaq-core-mu2e_Data_dict
9- artdaq_core_mu2e:: artdaq-core-mu2e_Overlays
10- artdaq_core_mu2e:: artdaq-core-mu2e_Data
8+ artdaq-core-mu2e::Data_dict
9+ artdaq-core-mu2e::Overlays
10+ artdaq-core-mu2e::Data
1111 artdaq::DAQdata
1212)
1313
1414cet_build_plugin (CrvDQM art::module LIBRARIES REG
1515 art_root_io::TFileService_service
16- artdaq_core_mu2e:: artdaq-core-mu2e_Data
17- otsdaq_mu2e:: otsdaq-mu2e_ArtModules
16+ artdaq-core-mu2e::Data
17+ otsdaq-mu2e::ArtModules
1818 otsdaq::NetworkUtilities
1919 ROOT::Hist
2020 ROOT::Tree
Original file line number Diff line number Diff line change 11
22include (otsdaq::FEInterface )
33
4- cet_build_plugin (ROCCosmicRayVetoInterface otsdaq::FEInterface LIBRARIES REG otsdaq_mu2e ::ROCCore
4+ cet_build_plugin (ROCCosmicRayVetoInterface otsdaq::FEInterface LIBRARIES REG otsdaq-mu2e ::ROCCore
55 )
66
77
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments