Commit 032aaf3 1 parent 6178f1e commit 032aaf3 Copy full SHA for 032aaf3
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ endif()
73
73
FetchContent_Declare(
74
74
metalcpp
75
75
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
77
77
)
78
78
FetchContent_MakeAvailable(metalcpp)
79
79
list (APPEND ADDITIONAL_LIB_INCLUDES ${metalcpp_SOURCE_DIR} )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ endif()
18
18
FetchContent_Declare(
19
19
metalcpp
20
20
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
22
22
)
23
23
FetchContent_MakeAvailable(metalcpp)
24
24
list (APPEND ADDITIONAL_LIB_INCLUDES ${metalcpp_SOURCE_DIR} )
You can’t perform that action at this time.
0 commit comments