From bcd6da0df2552341abe8e79d8d161b8c1e81a89e Mon Sep 17 00:00:00 2001 From: kjplows Date: Mon, 8 Dec 2025 09:40:45 -0600 Subject: [PATCH 1/2] Add in sbnanaobj call to RecoUtils for SREnums.h --- sbncode/CAFMaker/RecoUtils/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbncode/CAFMaker/RecoUtils/CMakeLists.txt b/sbncode/CAFMaker/RecoUtils/CMakeLists.txt index a992d7c63..939210c68 100644 --- a/sbncode/CAFMaker/RecoUtils/CMakeLists.txt +++ b/sbncode/CAFMaker/RecoUtils/CMakeLists.txt @@ -11,4 +11,6 @@ art_make_library( LIBRARY_NAME caf_RecoUtils larsim::MCCheater_BackTrackerService_service larsim::MCCheater_ParticleInventoryService_service larcorealg::Geometry + sbnanaobj::StandardRecord + sbnanaobj::StandardRecordFlat ) From 9322cb903f9a0e739a32d033be894e7d79498d73 Mon Sep 17 00:00:00 2001 From: John Plows <70749581+kjplows@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:46:26 +0200 Subject: [PATCH 2/2] Fix indentation in CMakeLists.txt --- sbncode/CAFMaker/RecoUtils/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbncode/CAFMaker/RecoUtils/CMakeLists.txt b/sbncode/CAFMaker/RecoUtils/CMakeLists.txt index 939210c68..96981ef6a 100644 --- a/sbncode/CAFMaker/RecoUtils/CMakeLists.txt +++ b/sbncode/CAFMaker/RecoUtils/CMakeLists.txt @@ -11,6 +11,6 @@ art_make_library( LIBRARY_NAME caf_RecoUtils larsim::MCCheater_BackTrackerService_service larsim::MCCheater_ParticleInventoryService_service larcorealg::Geometry - sbnanaobj::StandardRecord + sbnanaobj::StandardRecord sbnanaobj::StandardRecordFlat )