Skip to content

Commit dc4e34a

Browse files
authored
Merge pull request #16 from CExA-project/fix_cmake_warning
Extract timestamp from download
2 parents 1cfaff4 + 2045f89 commit dc4e34a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/cmake/modules/FindKokkos.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ FetchContent_Declare(
5151
kokkos
5252
URL https://github.com/kokkos/kokkos/releases/download/4.5.01/kokkos-4.5.01.zip
5353
SOURCE_DIR ${CexaKokkosTutorials_KOKKOS_SOURCE_DIR}
54+
DOWNLOAD_EXTRACT_TIMESTAMP ON
5455
)
5556
FetchContent_MakeAvailable(kokkos)
5657
set(Kokkos_FOUND True)

0 commit comments

Comments
 (0)