Skip to content

Commit

Permalink
reduced version
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 27, 2024
1 parent 4c1073d commit 06fae49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 06fae49

Please sign in to comment.