From 74cc0d1eda6274acce86a21c888e75d713dfaaf1 Mon Sep 17 00:00:00 2001 From: Tobias Hienzsch Date: Sat, 25 May 2024 12:33:18 +0200 Subject: [PATCH] Update mdspan --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a85b7c..68bf30f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ add_subdirectory(3rd_party/dawn EXCLUDE_FROM_ALL) add_subdirectory(3rd_party/JUCE EXCLUDE_FROM_ALL) include(FetchContent) -FetchContent_Declare(mdspan GIT_REPOSITORY "https://github.com/kokkos/mdspan" GIT_TAG 4409e8c94c2b37665003468d87015ff4c8b7ec91) +FetchContent_Declare(mdspan GIT_REPOSITORY "https://github.com/kokkos/mdspan" GIT_TAG "stable") FetchContent_MakeAvailable(mdspan) set(NEO_ENABLE_APPLE_ACCELERATE ON)