Skip to content

Commit be0eba4

Browse files
Merge pull request #13 from Mu2e/eflumerf/RemoveUPS
Remove UPS configuration. Update CMake Target specifications
2 parents c4f8c92 + ea9512a commit be0eba4

File tree

6 files changed

+8
-540
lines changed

6 files changed

+8
-540
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ 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

1414
cet_build_plugin(CrvDQM art::module LIBRARIES REG
1515
art_root_io::TFileService_service
16-
artdaq_core_mu2e::artdaq-core-mu2e_Data
17-
otsdaq_mu2e::otsdaq-mu2e_ArtModules
16+
artdaq-core-mu2e::Data
17+
otsdaq-mu2e::ArtModules
1818
otsdaq::NetworkUtilities
1919
ROOT::Hist
2020
ROOT::Tree

otsdaq-mu2e-crv/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(ROCCosmicRayVetoInterface otsdaq::FEInterface LIBRARIES REG otsdaq_mu2e::ROCCore
4+
cet_build_plugin(ROCCosmicRayVetoInterface otsdaq::FEInterface LIBRARIES REG otsdaq-mu2e::ROCCore
55
)
66

77

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)