From: Timo Heister Date: Fri, 21 Mar 2025 12:49:00 +0000 (-0400) Subject: remove message X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe3ac4df4784c3341abc2455e44638482922326;p=dealii.git remove message --- 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)