Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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_stm VERSION 3.04.00)
project(otsdaq-mu2e-stm VERSION 3.04.00)

include(CetCMakeEnv)
cet_cmake_env()
Expand All @@ -30,7 +30,7 @@ cet_set_compiler_flags(DIAGS VIGILANT
#cet_report_compiler_flags()

# these are minimum required versions, not the actual product versions
find_package(otsdaq_mu2e 1.02.00 REQUIRED)
find_package(otsdaq-mu2e 1.02.00 REQUIRED)


# XDAQ Extra setup
Expand Down
2 changes: 1 addition & 1 deletion otsdaq-mu2e-stm/FEInterfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

include(otsdaq::FEInterface)

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

install_headers()
Expand Down
54 changes: 0 additions & 54 deletions ups/product_deps

This file was deleted.

239 changes: 0 additions & 239 deletions ups/setup_deps

This file was deleted.

Loading
Loading