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 cc2b16b commit ea2ba2d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 536 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_extmon VERSION 3.03.01)
project(otsdaq-mu2e-extmon VERSION 3.03.01)

include(CetCMakeEnv)
cet_cmake_env()
Expand Down
4 changes: 2 additions & 2 deletions otsdaq-mu2e-extmon/FEInterfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

include(otsdaq::FEInterface)

cet_build_plugin(ROCExtinctionMonitorInterface otsdaq::FEInterface LIBRARIES REG otsdaq_mu2e::ROCCore
cet_build_plugin(ROCExtinctionMonitorInterface otsdaq::FEInterface LIBRARIES REG otsdaq-mu2e::ROCCore
)


install_headers()
install_source()
install_source()
55 changes: 0 additions & 55 deletions ups/product_deps

This file was deleted.

239 changes: 0 additions & 239 deletions ups/setup_deps

This file was deleted.

Loading

0 comments on commit ea2ba2d

Please sign in to comment.