We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6153a9b commit d17a4b0Copy full SHA for d17a4b0
CMakeLists.txt
@@ -10,7 +10,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR)
10
11
find_package(cetmodules 3.16.00 REQUIRED)
12
13
-project(otsdaq_mu2e_stm VERSION 3.04.00)
+project(otsdaq-mu2e-stm VERSION 3.04.00)
14
15
include(CetCMakeEnv)
16
cet_cmake_env()
@@ -30,7 +30,7 @@ cet_set_compiler_flags(DIAGS VIGILANT
30
#cet_report_compiler_flags()
31
32
# these are minimum required versions, not the actual product versions
33
-find_package(otsdaq_mu2e 1.02.00 REQUIRED)
+find_package(otsdaq-mu2e 1.02.00 REQUIRED)
34
35
36
# XDAQ Extra setup
0 commit comments