We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cfaff4 + 2045f89 commit dc4e34aCopy full SHA for dc4e34a
exercises/cmake/modules/FindKokkos.cmake
@@ -51,6 +51,7 @@ FetchContent_Declare(
51
kokkos
52
URL https://github.com/kokkos/kokkos/releases/download/4.5.01/kokkos-4.5.01.zip
53
SOURCE_DIR ${CexaKokkosTutorials_KOKKOS_SOURCE_DIR}
54
+ DOWNLOAD_EXTRACT_TIMESTAMP ON
55
)
56
FetchContent_MakeAvailable(kokkos)
57
set(Kokkos_FOUND True)
0 commit comments