From d943ba0ae8ebc80af0d9815ce088374d133c370f Mon Sep 17 00:00:00 2001 From: nathanielerowe <70993723+nathanielerowe@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:27:16 -0500 Subject: [PATCH] Add install_headers() to CMakeLists.txt --- sbncode/CAFMaker/RecoUtils/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sbncode/CAFMaker/RecoUtils/CMakeLists.txt b/sbncode/CAFMaker/RecoUtils/CMakeLists.txt index a992d7c63..b6abdbdb9 100644 --- a/sbncode/CAFMaker/RecoUtils/CMakeLists.txt +++ b/sbncode/CAFMaker/RecoUtils/CMakeLists.txt @@ -12,3 +12,4 @@ art_make_library( LIBRARY_NAME caf_RecoUtils larsim::MCCheater_ParticleInventoryService_service larcorealg::Geometry ) +install_headers()