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.
1 parent edd3763 commit 3323317Copy full SHA for 3323317
src/cmake/mdspan.cmake
@@ -9,6 +9,6 @@ include(FetchContent)
9
FetchContent_Declare(
10
mdspan
11
GIT_REPOSITORY https://github.com/kokkos/mdspan.git
12
- GIT_TAG stable)
+ GIT_TAG 96b3985b291c2ed3e24f22302d5a372522655a2c)
13
14
FetchContent_MakeAvailable(mdspan)
0 commit comments