From: Wolfgang Bangerth Date: Thu, 27 Mar 2025 00:03:45 +0000 (-0600) Subject: There is no longer a need to fall back on Kokkos_VERSION. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa4472baf629cbe642e1c8543bdd5fa885ed02c;p=dealii.git There is no longer a need to fall back on Kokkos_VERSION. Co-authored-by: Matthias Maier --- diff --git a/cmake/modules/FindDEAL_II_KOKKOS.cmake b/cmake/modules/FindDEAL_II_KOKKOS.cmake index e5266c783d..348eda5ca6 100644 --- a/cmake/modules/FindDEAL_II_KOKKOS.cmake +++ b/cmake/modules/FindDEAL_II_KOKKOS.cmake @@ -169,13 +169,6 @@ if(KOKKOS_FOUND) # # Extract version numbers: # - if(NOT KOKKOS_VERSION) - if(Kokkos_VERSION) - set(KOKKOS_VERSION "${Kokkos_VERSION}") - else() - message(FATAL_ERROR "FindPackage(Kokkos) did not set KOKKOS_VERSION!") - endif() - endif() string(REGEX REPLACE "^([0-9]+).*$" "\\1"