File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
otsdaq-mu2e-crv/ArtModules Expand file tree Collapse file tree 2 files changed +5
-5
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,9 +5,9 @@ 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
You can’t perform that action at this time.
0 commit comments