Skip to content

Commit

Permalink
Update mdspan
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 25, 2024
1 parent 7fe21fb commit 74cc0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 74cc0d1

Please sign in to comment.