diff --git a/src/cmake/mdspan.cmake b/src/cmake/mdspan.cmake index 6c2a6ed97..dca2a9d91 100644 --- a/src/cmake/mdspan.cmake +++ b/src/cmake/mdspan.cmake @@ -9,6 +9,6 @@ include(FetchContent) FetchContent_Declare( mdspan GIT_REPOSITORY https://github.com/kokkos/mdspan.git - GIT_TAG stable) + GIT_TAG 96b3985b291c2ed3e24f22302d5a372522655a2c) FetchContent_MakeAvailable(mdspan)