diff --git a/packages/tpetra/CMakeLists.txt b/packages/tpetra/CMakeLists.txt index 4c470608119f..f2f928cfca35 100644 --- a/packages/tpetra/CMakeLists.txt +++ b/packages/tpetra/CMakeLists.txt @@ -24,7 +24,7 @@ TRIBITS_ADD_OPTION_AND_DEFINE( # Supported Kokkos version in Trilinos # NOTE: When we snapshot Kokkos into Trilinos, we have to update these numbers to maintain # compatibility with external Kokkos -SET(Tpetra_SUPPORTED_KOKKOS_VERSION "4.5.0") +SET(Tpetra_SUPPORTED_KOKKOS_VERSION "4.5.1") # Option to allow developers to ignore incompatible Kokkos versions