From: Timo Heister Date: Fri, 21 Mar 2025 14:23:50 +0000 (-0400) Subject: do not require newest Kokkos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b883bddabec57958f04123a42462b2aa1180be7;p=dealii.git do not require newest Kokkos --- diff --git a/cmake/modules/FindDEAL_II_TRILINOS.cmake b/cmake/modules/FindDEAL_II_TRILINOS.cmake index ae636de920..ff6850b3a0 100644 --- a/cmake/modules/FindDEAL_II_TRILINOS.cmake +++ b/cmake/modules/FindDEAL_II_TRILINOS.cmake @@ -117,7 +117,7 @@ if(TRILINOS_VERSION VERSION_GREATER_EQUAL 14) # run find_package to populate variables like Kokkos_VERSION not # set by the find_package call to Trilinos: set(CMAKE_CXX_EXTENSIONS OFF) - find_package(Kokkos 3.7.0 QUIET + find_package(Kokkos 3.4.0 QUIET PATHS ${TRILINOS_DIR} NO_DEFAULT_PATH )