@@ -10,7 +10,7 @@ cet_register_export_set(SET_NAME AMPluginTypes NAMESPACE artdaq_plugin_types)
1010cet_make_library (LIBRARY_NAME ArtConfig INTERFACE
1111 SOURCE detail/ArtConfig.hh
1212 LIBRARIES INTERFACE
13- artdaq_utilities:: artdaq-utilities_Plugins
13+ artdaq-utilities::Plugins
1414 art::Framework_Core
1515 art::Framework_IO
1616 fhiclcpp::types
@@ -21,7 +21,7 @@ cet_make_library(LIBRARY_NAME ArtdaqSharedMemoryService INTERFACE
2121 EXPORT_SET AMPluginTypes
2222 SOURCE ArtdaqSharedMemoryServiceInterface.h
2323 LIBRARIES INTERFACE
24- artdaq_core:: artdaq-core_Data
24+ artdaq-core::Data
2525 art_plugin_types::serviceDeclaration
2626 TRACE::MF
2727)
@@ -32,8 +32,8 @@ cet_build_plugin(ArtdaqSharedMemoryService art::service
3232 LIBRARIES PRIVATE
3333 artdaq_plugin_types::ArtdaqSharedMemoryService
3434 artdaq::DAQdata
35- artdaq_core:: artdaq-core_Core
36- artdaq_core:: artdaq-core_Utilities
35+ artdaq-core::Core
36+ artdaq-core::Utilities
3737 fhiclcpp::types
3838 fhiclcpp::fhiclcpp
3939 TRACE::MF
@@ -54,7 +54,7 @@ cet_make_library(SOURCE
5454 PUBLIC
5555 artdaq_plugin_types::commander
5656 artdaq_plugin_types::transfer
57- artdaq_core:: artdaq-core_Data
57+ artdaq-core::Data
5858 fhiclcpp::fhiclcpp
5959 TRACE::MF
6060 PRIVATE
@@ -69,8 +69,8 @@ cet_make_library(LIBRARY_NAME ArtdaqFragmentNamingService INTERFACE
6969 EXPORT_SET AMPluginTypes
7070 SOURCE ArtdaqFragmentNamingService.h
7171 LIBRARIES INTERFACE
72- artdaq_core:: artdaq-core_Plugins
73- artdaq_core:: artdaq-core_Data
72+ artdaq-core::Plugins
73+ artdaq-core::Data
7474 art_plugin_types::serviceDeclaration
7575)
7676
@@ -83,52 +83,52 @@ cet_make_library(LIBRARY_NAME ArtdaqBuildInfo INTERFACE
8383 EXPORT_SET AMPluginTypes
8484 SOURCE ArtdaqBuildInfo_module.hh
8585 LIBRARIES INTERFACE
86- artdaq_core ::headers
86+ artdaq-core ::headers
8787 art_plugin_types::EDProducer
8888)
8989
9090cet_build_plugin (ArtdaqBuildInfo art::EDProducer
9191 LIBRARIES PRIVATE
92- artdaq_core:: artdaq-core_BuildInfo
93- artdaq_utilities:: artdaq-utilities_BuildInfo
92+ artdaq-core::BuildInfo
93+ artdaq-utilities::BuildInfo
9494 artdaq::BuildInfo
9595)
9696
9797cet_build_plugin (EventDump art::EDAnalyzer
9898 LIBRARIES PRIVATE
99- artdaq_core:: artdaq-core_Data
99+ artdaq-core::Data
100100)
101101
102102cet_build_plugin (FragmentWatcher art::EDAnalyzer
103103 LIBRARIES PRIVATE
104104 artdaq::DAQdata
105- artdaq_core:: artdaq-core_Data
105+ artdaq-core::Data
106106 TRACE::MF
107107)
108108
109109cet_build_plugin (MissingDataCheck art::EDAnalyzer
110110 LIBRARIES PRIVATE
111- artdaq_core:: artdaq-core_Data
111+ artdaq-core::Data
112112 art_root_io::TFileService_service
113113 ROOT::Tree
114114)
115115
116116cet_build_plugin (PrintBuildInfo art::EDAnalyzer
117117 LIBRARIES PRIVATE
118- artdaq_core ::headers
118+ artdaq-core ::headers
119119 TRACE::MF
120120)
121121
122122cet_build_plugin (RandomDelayFilter art::EDFilter
123123 LIBRARIES PRIVATE
124- artdaq_core:: artdaq-core_Utilities
124+ artdaq-core::Utilities
125125 TRACE::MF
126126)
127127
128128cet_build_plugin (RequestSender art::EDAnalyzer
129129 LIBRARIES PRIVATE
130130 artdaq::DAQrate
131- artdaq_core:: artdaq-core_Data
131+ artdaq-core::Data
132132 TRACE::MF
133133)
134134
@@ -154,8 +154,8 @@ cet_make_library(LIBRARY_NAME ArtdaqInputHelper INTERFACE
154154 artdaq_plugin_types::ArtdaqSharedMemoryService
155155 artdaq::DAQdata
156156 artdaq::InputUtilities
157- artdaq_core:: artdaq-core_Data
158- artdaq_core:: artdaq-core_Utilities
157+ artdaq-core::Data
158+ artdaq-core::Utilities
159159 art_root_io::art_root_io
160160 art::Framework_Core
161161 art::Framework_IO_Sources
@@ -188,7 +188,7 @@ cet_make_library(LIBRARY_NAME ArtdaqOutput INTERFACE
188188 SOURCE ArtdaqOutput.hh
189189 LIBRARIES INTERFACE
190190 artdaq::DAQdata
191- artdaq_core:: artdaq-core_Data
191+ artdaq-core::Data
192192 art_root_io::art_root_io
193193 art::Framework_Core
194194 art::Framework_Principal
@@ -215,7 +215,7 @@ cet_build_plugin(BinaryNetOutput art::module
215215 artdaq::ArtdaqOutput
216216 artdaq::DAQrate
217217 artdaq::DAQdata
218- artdaq_core:: artdaq-core_Data
218+ artdaq-core::Data
219219 fhiclcpp::fhiclcpp
220220 TRACE::MF
221221)
@@ -225,7 +225,7 @@ cet_build_plugin(BinaryFileOutput art::module
225225 artdaq::ArtdaqOutput
226226 artdaq::DAQrate
227227 artdaq::DAQdata
228- artdaq_core:: artdaq-core_Data
228+ artdaq-core::Data
229229 fhiclcpp::fhiclcpp
230230 TRACE::MF
231231)
0 commit comments