Skip to content

Commit 262e66e

Browse files
Merge pull request #6 from Mu2e/eflumerf/RemoveUPS
Remove UPS configuration. Update CMake Target specifications
2 parents 523155c + d17a4b0 commit 262e66e

File tree

5 files changed

+3
-535
lines changed

5 files changed

+3
-535
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

otsdaq-mu2e-stm/FEInterfaces/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
include(otsdaq::FEInterface)
33

4-
cet_build_plugin(ROCStoppingTargetMonitorInterface otsdaq::FEInterface LIBRARIES REG otsdaq_mu2e::ROCCore
4+
cet_build_plugin(ROCStoppingTargetMonitorInterface otsdaq::FEInterface LIBRARIES REG otsdaq-mu2e::ROCCore
55
)
66

77
install_headers()

ups/product_deps

Lines changed: 0 additions & 54 deletions
This file was deleted.

ups/setup_deps

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)