Skip to content

Commit 467726d

Browse files
committed
use matching version
1 parent 8f0cbf0 commit 467726d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/dependencies/ios.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ endif()
7373
FetchContent_Declare(
7474
metalcpp
7575
GIT_REPOSITORY https://github.com/briaguya-ai/single-header-metal-cpp.git
76-
GIT_TAG origin/metal-cpp_macOS12_iOS15
76+
GIT_TAG origin/metal-cpp_macOS13_iOS16
7777
)
7878
FetchContent_MakeAvailable(metalcpp)
7979
list(APPEND ADDITIONAL_LIB_INCLUDES ${metalcpp_SOURCE_DIR})

cmake/dependencies/mac.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif()
1818
FetchContent_Declare(
1919
metalcpp
2020
GIT_REPOSITORY https://github.com/briaguya-ai/single-header-metal-cpp.git
21-
GIT_TAG origin/metal-cpp_macOS12_iOS15
21+
GIT_TAG origin/metal-cpp_macOS13_iOS16
2222
)
2323
FetchContent_MakeAvailable(metalcpp)
2424
list(APPEND ADDITIONAL_LIB_INCLUDES ${metalcpp_SOURCE_DIR})

0 commit comments

Comments
 (0)