Skip to content

Commit

Permalink
Remove ups directory and CMakePresets.json that may refer to it. Chan…
Browse files Browse the repository at this point in the history
…ge project names to prefer dashes instead of underscores. Update library references
  • Loading branch information
eflumerf committed Feb 12, 2025
1 parent 5fb96af commit 5159c40
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 666 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR)

find_package(cetmodules 3.16.00 REQUIRED)

project(otsdaq_mu2e_dqm VERSION 3.03.01)
project(otsdaq-mu2e-dqm VERSION 3.03.01)

include(CetCMakeEnv)
cet_cmake_env()
Expand Down
136 changes: 0 additions & 136 deletions CMakePresets.json

This file was deleted.

22 changes: 11 additions & 11 deletions otsdaq-mu2e-dqm/ArtModules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

cet_build_plugin(CaloDQM art::module LIBRARIES REG
art_root_io::TFileService_service
artdaq_core_mu2e::artdaq-core-mu2e_Data
otsdaq_mu2e::otsdaq-mu2e_ArtModules
artdaq-core-mu2e::Data
otsdaq-mu2e::ArtModules
otsdaq::NetworkUtilities
Offline::RecoDataProducts
ROOT::Hist
Expand All @@ -20,8 +20,8 @@ ROOT::Gui

cet_build_plugin(IntensityInfoDQM art::module LIBRARIES REG
art_root_io::TFileService_service
artdaq_core_mu2e::artdaq-core-mu2e_Data
otsdaq_mu2e::otsdaq-mu2e_ArtModules
artdaq-core-mu2e::Data
otsdaq-mu2e::ArtModules
otsdaq::NetworkUtilities
Offline::RecoDataProducts
ROOT::Hist
Expand All @@ -33,8 +33,8 @@ ROOT::Gui

cet_build_plugin(TrackerDQM art::module LIBRARIES REG
art_root_io::TFileService_service
artdaq_core_mu2e::artdaq-core-mu2e_Data
otsdaq_mu2e::otsdaq-mu2e_ArtModules
artdaq-core-mu2e::Data
otsdaq-mu2e::ArtModules
otsdaq::NetworkUtilities
Offline::DataProducts
Offline::RecoDataProducts
Expand All @@ -54,9 +54,9 @@ link_directories($ENV{BTRK_LIB})

cet_build_plugin(TriggerDQM art::module LIBRARIES REG
art_root_io::TFileService_service
artdaq_core_mu2e::artdaq-core-mu2e_Data
artdaq-core-mu2e::Data
canvas::canvas
otsdaq_mu2e::otsdaq-mu2e_ArtModules
otsdaq-mu2e::ArtModules
otsdaq::NetworkUtilities
Offline::Mu2eUtilities
ROOT::Hist
Expand All @@ -69,9 +69,9 @@ ROOT::Gui

cet_build_plugin(SimpleDQM art::module LIBRARIES REG
art_root_io::TFileService_service
artdaq_core_mu2e::artdaq-core-mu2e_Data
artdaq-core-mu2e::Data
canvas::canvas
otsdaq_mu2e::otsdaq-mu2e_ArtModules
otsdaq-mu2e::ArtModules
otsdaq::NetworkUtilities
Offline::Mu2eUtilities
ROOT::Hist
Expand All @@ -83,7 +83,7 @@ ROOT::Gui

cet_build_plugin(ReadTriggerCounts art::module LIBRARIES REG
art_root_io::TFileService_service
artdaq_core_mu2e::artdaq-core-mu2e_Data
artdaq-core-mu2e::Data
artdaq::ArtModules
Offline::BFieldGeom
Offline::ConditionsService
Expand Down
40 changes: 0 additions & 40 deletions ups/product_deps

This file was deleted.

Loading

0 comments on commit 5159c40

Please sign in to comment.