From 9dde1fa2c00cacb59034bce5d0e3bd2fd9cc778f Mon Sep 17 00:00:00 2001 From: Patrick Gartung Date: Mon, 13 Jul 2026 12:28:03 -0500 Subject: [PATCH] sbndcode/OpDetSim: link sbndPDMapAlg_tool to sbncode::OpDet_PDMapAlg link library not sbncode::OpDet_PDMapAlgSimple_tool. This fixes a cetmodules error from linking a tool library to another tool library. --- sbndcode/OpDetSim/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbndcode/OpDetSim/CMakeLists.txt b/sbndcode/OpDetSim/CMakeLists.txt index 35c22cf77..78740226d 100755 --- a/sbndcode/OpDetSim/CMakeLists.txt +++ b/sbndcode/OpDetSim/CMakeLists.txt @@ -9,7 +9,7 @@ cet_build_plugin( sbndPDMapAlg art::tool lardataobj::RawData lardata::DetectorInfoServices_DetectorClocksServiceStandard_service larpandora::LArPandoraInterface - sbncode::OpDet_PDMapAlgSimple_tool + sbncode::OpDet_PDMapAlg sbndcode_Utilities_SignalShapingServiceSBND_service nurandom::RandomUtils_NuRandomService_service art::Framework_Services_Optional_RandomNumberGenerator_service