From c21a586d142ace70304c5438a410cb56105bf4a8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 Mar 2025 14:21:50 -0600 Subject: [PATCH] Update bundled/CMakeLists.txt. --- bundled/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bundled/CMakeLists.txt b/bundled/CMakeLists.txt index 692ad20e0a..206f14e02d 100644 --- a/bundled/CMakeLists.txt +++ b/bundled/CMakeLists.txt @@ -60,6 +60,7 @@ if(DEAL_II_FEATURE_KOKKOS_BUNDLED_CONFIGURED) ${KOKKOS_FOLDER}/core/src/ ${KOKKOS_FOLDER}/simd/src/ ${KOKKOS_FOLDER}/tpls/desul/include/ + ${KOKKOS_FOLDER}/tpls/mdspan/include/ DESTINATION ${DEAL_II_INCLUDE_RELDIR}/deal.II/bundled COMPONENT library FILES_MATCHING -- 2.39.5