From 1297226d78f9e2d947668031a49fb051a019949d Mon Sep 17 00:00:00 2001 From: Patrick Gartung Date: Tue, 14 Jul 2026 16:23:48 -0500 Subject: [PATCH] Use geant4reweight cmake targets --- sbncode/SBNEventWeight/Calculators/Geant4/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbncode/SBNEventWeight/Calculators/Geant4/CMakeLists.txt b/sbncode/SBNEventWeight/Calculators/Geant4/CMakeLists.txt index b064daff0..34af4fb42 100644 --- a/sbncode/SBNEventWeight/Calculators/Geant4/CMakeLists.txt +++ b/sbncode/SBNEventWeight/Calculators/Geant4/CMakeLists.txt @@ -14,8 +14,8 @@ art_make_library( larcore::Geometry_Geometry_service cetlib_except::cetlib_except Geant4::G4ptl - ReweightBaseLib - PropBaseLib + geant4reweight::ReweightBaseLib + geant4reweight::PropBaseLib ROOT::Tree )