Skip to content

Commit

Permalink
update required kokkos version
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jan 18, 2025
1 parent ab6968f commit 3ac5e05
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 @@ -48,7 +48,7 @@ if (PCMS_ENABLE_OMEGA_H)
endif()
#adios2 adds C and Fortran depending on how it was built
find_package(ADIOS2 2.5 REQUIRED)
find_package(Kokkos 3.0 REQUIRED)
find_package(Kokkos 4.5 REQUIRED)

## use pkgconfig since the fftw autoconf install produces
## broken cmake config files
Expand Down

0 comments on commit 3ac5e05

Please sign in to comment.