Skip to content

Commit ea9512a

Browse files
committed
Update changed files, make sure dashes are used
1 parent 46fe727 commit ea9512a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR)
1010

1111
find_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

1515
include(CetCMakeEnv)
1616
cet_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)

otsdaq-mu2e-crv/ArtModules/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)