File tree Expand file tree Collapse file tree 7 files changed +17
-554
lines changed
Expand file tree Collapse file tree 7 files changed +17
-554
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR)
1010
1111find_package (cetmodules 3.19.02 REQUIRED )
1212
13- project (artdaq_mu2e VERSION 3.04.00)
13+ project (artdaq-mu2e VERSION 3.04.00)
1414
1515include (CetCMakeEnv )
1616cet_cmake_env ()
@@ -29,8 +29,8 @@ string(TOUPPER ${CMAKE_BUILD_TYPE} BTYPE_UC )
2929#cet_report_compiler_flags()
3030
3131find_package (artdaq 3.12.00 REQUIRED EXPORT )
32- find_package (artdaq_core_mu2e 1.08.00 REQUIRED EXPORT )
33- find_package (mu2e_pcie_utils REQUIRED EXPORT )
32+ find_package (artdaq-core-mu2e 1.08.00 REQUIRED EXPORT )
33+ find_package (mu2e-pcie-utils REQUIRED EXPORT )
3434
3535include (BuildPlugins )
3636
Original file line number Diff line number Diff line change 11
22cet_build_plugin (DTCEventDump art::module LIBRARIES REG
3- artdaq_core_mu2e:: artdaq-core-mu2e_Overlays
3+ artdaq-core-mu2e::Overlays
44)
55
66cet_build_plugin (DTCEventVerifier art::module LIBRARIES REG
7- artdaq_core_mu2e:: artdaq-core-mu2e_Data_dict
8- artdaq_core_mu2e:: artdaq-core-mu2e_Overlays
7+ artdaq-core-mu2e::Data_dict
8+ artdaq-core-mu2e::Overlays
99 artdaq::DAQdata
1010)
1111
1212
1313cet_build_plugin (OfflineFragmentsDumper art::module LIBRARIES REG
14- artdaq_core_mu2e:: artdaq-core-mu2e_Overlays
14+ artdaq-core-mu2e::Overlays
1515)
1616
1717cet_build_plugin (Mu2eArtdaqBuildInfo art::module LIBRARIES REG
18- artdaq_mu2e:: artdaq-mu2e_BuildInfo
18+ artdaq-mu2e::BuildInfo
1919)
2020
2121cet_build_plugin (Mu2eArtdaqTimeTrackerService art::service LIBRARIES REG
Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ string( STRIP ${rawUTCDate} utcDateTime )
77configure_file ( ${CMAKE_CURRENT_SOURCE_DIR} /GetPackageBuildInfo.cc.in
88 ${CMAKE_CURRENT_BINARY_DIR} /GetPackageBuildInfo.cc @ONLY )
99
10- cet_make_library ( LIBRARY_NAME artdaq-mu2e_BuildInfo
11- SOURCE
10+ cet_make_library ( SOURCE
1211 ${CMAKE_CURRENT_BINARY_DIR} /GetPackageBuildInfo.cc
1312 LIBRARIES PUBLIC
14- artdaq_core:: artdaq-core_BuildInfo
13+ artdaq-core::BuildInfo
1514 artdaq::BuildInfo
1615 )
1716
Original file line number Diff line number Diff line change 11
2- cet_make_library (LIBRARY_NAME artdaq-mu2e_Generators_Mu2eReceiverBase
2+ cet_make_library (LIBRARY_NAME Mu2eReceiverBase
33SOURCE
44Mu2eEventReceiverBase.cc
55LIBRARIES PUBLIC
66artdaq::DAQdata
77canvas::canvas
8- artdaq_core_mu2e:: artdaq-core-mu2e_Overlays
9- mu2e_pcie_utils ::DTCInterface
8+ artdaq-core-mu2e::Overlays
9+ mu2e-pcie-utils ::DTCInterface
1010artdaq_plugin_types::CommandableFragmentGenerator
1111 )
1212
1313include (artdaq::commandableGenerator )
1414
15- cet_build_plugin (Mu2eEventReceiver artdaq::commandableGenerator LIBRARIES REG artdaq_mu2e:: artdaq-mu2e_Generators_Mu2eReceiverBase
15+ cet_build_plugin (Mu2eEventReceiver artdaq::commandableGenerator LIBRARIES REG artdaq-mu2e::Mu2eReceiverBase
1616 )
1717
1818cet_build_plugin (Mu2eSubEventReceiver artdaq::commandableGenerator
1919 LIBRARIES REG
20- artdaq_core_mu2e:: artdaq-core-mu2e_Overlays
21- mu2e_pcie_utils ::DTCInterface
20+ artdaq-core-mu2e::Overlays
21+ mu2e-pcie-utils ::DTCInterface
2222 artdaq_plugin_types::CommandableFragmentGenerator
2323)
2424
25- cet_build_plugin (CRVReceiver artdaq::commandableGenerator LIBRARIES REG artdaq_mu2e::artdaq-mu2e_Generators_Mu2eReceiverBase )
26-
27-
25+ cet_build_plugin (CRVReceiver artdaq::commandableGenerator LIBRARIES REG artdaq-mu2e::Mu2eReceiverBase )
2826
2927#get_cmake_property(_variableNames VARIABLES)
3028#foreach (_variableName ${_variableNames})
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments