Skip to content

Commit 032aaf3

Browse files
committed
tag not branch
1 parent 6178f1e commit 032aaf3

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_macOS13_iOS16
76+
GIT_TAG 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_macOS13_iOS16
21+
GIT_TAG macOS13_iOS16
2222
)
2323
FetchContent_MakeAvailable(metalcpp)
2424
list(APPEND ADDITIONAL_LIB_INCLUDES ${metalcpp_SOURCE_DIR})

0 commit comments

Comments
 (0)