Skip to content

Commit 68f8edb

Browse files
committed
fix: Version tag of mdspan
Signed-off-by: Sietze van Buuren <s.van.buuren@gmail.com>
1 parent e9c9b0c commit 68f8edb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ FetchContent_Declare(
2323
FetchContent_Declare(
2424
mdspan
2525
GIT_REPOSITORY https://github.com/kokkos/mdspan.git
26-
GIT_TAG 5d4eb209c77f4744980c0b0c2af44636cc81b08b # Committed 2026-01-08
26+
#GIT_TAG 5d4eb209c77f4744980c0b0c2af44636cc81b08b # Committed 2026-01-08
27+
GIT_TAG stable
2728
GIT_SHALLOW TRUE
2829
GIT_PROGRESS TRUE
2930
)

0 commit comments

Comments
 (0)