From bbe3ac4df4784c3341abc2455e44638482922326 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 21 Mar 2025 08:49:00 -0400 Subject: [PATCH] remove message --- cmake/modules/FindDEAL_II_KOKKOS.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/modules/FindDEAL_II_KOKKOS.cmake b/cmake/modules/FindDEAL_II_KOKKOS.cmake index ad923fd20f..1820e88159 100644 --- a/cmake/modules/FindDEAL_II_KOKKOS.cmake +++ b/cmake/modules/FindDEAL_II_KOKKOS.cmake @@ -52,7 +52,6 @@ if(Kokkos_FOUND) endif() if (Kokkos_ENABLE_CUDA OR Kokkos_ENABLE_HIP) - message(STATUS "Found Kokkos with device support.") # In version older than 3.7.0, Kokkos::Array::operator[] is not constexpr, # so we use std::array instead. if (Kokkos_VERSION VERSION_LESS 3.7.0) -- 2.39.5