From 06fae49661981f3525966ef38d2e928d5137edd6 Mon Sep 17 00:00:00 2001 From: Angelyr Date: Wed, 27 Nov 2024 18:43:24 -0500 Subject: [PATCH] reduced version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f178a76..d71fce35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,8 +78,8 @@ set(pumipic_USE_Kokkos_DEFAULT ON) bob_public_dep(Kokkos) set(KOKKOS_ENABLED true) -if(Kokkos_VERSION VERSION_LESS 4.2.00) - message(FATAL_ERROR "Kokkos version >= 4.2.00 required.") +if(Kokkos_VERSION VERSION_LESS 4.0.01) + message(FATAL_ERROR "Kokkos version >= 4.0.01 required.") endif() if(Omega_h_VERSION VERSION_LESS 10.8.0)