Skip to content

Commit

Permalink
Merge pull request #16 from CExA-project/fix_cmake_warning
Browse files Browse the repository at this point in the history
Extract timestamp from download
  • Loading branch information
pzehner authored Jan 14, 2025
2 parents 1cfaff4 + 2045f89 commit dc4e34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/cmake/modules/FindKokkos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ FetchContent_Declare(
kokkos
URL https://github.com/kokkos/kokkos/releases/download/4.5.01/kokkos-4.5.01.zip
SOURCE_DIR ${CexaKokkosTutorials_KOKKOS_SOURCE_DIR}
DOWNLOAD_EXTRACT_TIMESTAMP ON
)
FetchContent_MakeAvailable(kokkos)
set(Kokkos_FOUND True)

0 comments on commit dc4e34a

Please sign in to comment.