diff --git a/packages/tpetra/CMakeLists.txt b/packages/tpetra/CMakeLists.txt index ca2a83bbcadf..6dbaa6f6485b 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.3.1") +SET(Tpetra_SUPPORTED_KOKKOS_VERSION "4.4.0") # Option to allow developers to ignore incompatible Kokkos versions