Skip to content

Commit 6bde319

Browse files
bghgaryCopilot
andauthored
Update bgfx.cmake to restored merge-based bgfx master (#1639)
Updates the bgfx.cmake FetchContent reference to point to the restored merge-based bgfx history instead of the rebased version. ### Changes - **bgfx.cmake**: `1b10ed5` → `353465d` (updated bgfx submodule to new merge-based master) - **bgfx**: `3b38e72` (rebased) → `2033529` (merge commit restoring original history + upstream at b12126336) The file contents are identical — only the git history structure changes (merge-based instead of rebased). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bb92bbd commit 6bde319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FetchContent_Declare(base-n
3535
EXCLUDE_FROM_ALL)
3636
FetchContent_Declare(bgfx.cmake
3737
GIT_REPOSITORY https://github.com/BabylonJS/bgfx.cmake.git
38-
GIT_TAG 1b10ed55fadc0171c736f9638514ae715a1d97de
38+
GIT_TAG 353465dbc9fc9cfd9d4593f74f0107e87776ddc7
3939
EXCLUDE_FROM_ALL)
4040
FetchContent_Declare(CMakeExtensions
4141
GIT_REPOSITORY https://github.com/BabylonJS/CMakeExtensions.git

0 commit comments

Comments
 (0)