Skip to content

Commit

Permalink
chore: sync bgfx and bump ios-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Aug 22, 2024
1 parent 85ce4a1 commit c5df574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ FetchContent_Declare(base-n
GIT_REPOSITORY https://github.com/azawadzki/base-n.git
GIT_TAG 7573e77c0b9b0e8a5fb63d96dbde212c921993b4)
FetchContent_Declare(bgfx.cmake
GIT_REPOSITORY https://github.com/BabylonJS/bgfx.cmake.git
GIT_TAG 345e3e28a9912983fc64d1dcb4da22a445afe3fd)
GIT_REPOSITORY https://github.com/okwasniewski/bgfx.cmake.git
GIT_TAG 4fb523d2e36d)
FetchContent_Declare(CMakeExtensions
GIT_REPOSITORY https://github.com/BabylonJS/CMakeExtensions.git
GIT_TAG ea28b7689530bfdc4905806f27ecf7e8ed4b5419)
Expand All @@ -34,7 +34,7 @@ FetchContent_Declare(googletest
URL "https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz")
FetchContent_Declare(ios-cmake
GIT_REPOSITORY https://github.com/leetal/ios-cmake.git
GIT_TAG 4.4.1)
GIT_TAG 4.5.0)
FetchContent_Declare(JsRuntimeHost
GIT_REPOSITORY https://github.com/BabylonJS/JsRuntimeHost.git
GIT_TAG 9ccb9477a97501525f3f9ca0e00e6971934037ec)
Expand Down

0 comments on commit c5df574

Please # to comment.