Skip to content

Commit

Permalink
Raise minimum required Kokkos version
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Feb 14, 2025
1 parent 105285c commit afa17d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if("${GYSELALIBXX_INCLUDE_TESTING_DEPENDENCIES}")
endif()
endif()

find_package(Kokkos 4.4.1)
find_package(Kokkos 4.5.1)
if(NOT "${Kokkos_FOUND}")
## Use Kokkos from `vendor/`
if("${Kokkos_ENABLE_CUDA}")
Expand Down

0 comments on commit afa17d6

Please sign in to comment.