Skip to content

Commit d17a4b0

Browse files
committed
Update changed files, make sure dashes are used
1 parent 6153a9b commit d17a4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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_stm VERSION 3.04.00)
13+
project(otsdaq-mu2e-stm 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

3636
# XDAQ Extra setup

0 commit comments

Comments
 (0)