We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c9b0c commit 68f8edbCopy full SHA for 68f8edb
CMakeLists.txt
@@ -23,7 +23,8 @@ FetchContent_Declare(
23
FetchContent_Declare(
24
mdspan
25
GIT_REPOSITORY https://github.com/kokkos/mdspan.git
26
- GIT_TAG 5d4eb209c77f4744980c0b0c2af44636cc81b08b # Committed 2026-01-08
+ #GIT_TAG 5d4eb209c77f4744980c0b0c2af44636cc81b08b # Committed 2026-01-08
27
+ GIT_TAG stable
28
GIT_SHALLOW TRUE
29
GIT_PROGRESS TRUE
30
)
0 commit comments