Skip to content

Commit

Permalink
use matching version
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed May 2, 2024
1 parent 8f0cbf0 commit 467726d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies/ios.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ endif()
FetchContent_Declare(
metalcpp
GIT_REPOSITORY https://github.com/briaguya-ai/single-header-metal-cpp.git
GIT_TAG origin/metal-cpp_macOS12_iOS15
GIT_TAG origin/metal-cpp_macOS13_iOS16
)
FetchContent_MakeAvailable(metalcpp)
list(APPEND ADDITIONAL_LIB_INCLUDES ${metalcpp_SOURCE_DIR})
Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies/mac.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()
FetchContent_Declare(
metalcpp
GIT_REPOSITORY https://github.com/briaguya-ai/single-header-metal-cpp.git
GIT_TAG origin/metal-cpp_macOS12_iOS15
GIT_TAG origin/metal-cpp_macOS13_iOS16
)
FetchContent_MakeAvailable(metalcpp)
list(APPEND ADDITIONAL_LIB_INCLUDES ${metalcpp_SOURCE_DIR})
Expand Down

0 comments on commit 467726d

Please sign in to comment.