From c61cb360b58ba1a62ccf2a4b0075460cb7487763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 10 Jun 2026 16:04:28 -0700 Subject: [PATCH] Update bgfx.cmake to 68762dde Picks up "Updated bgfx and bx. (#124)" from BabylonJS/bgfx.cmake (a clean +1 forward bump over the previous pin 940054e1). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a3948c8b..b3be025e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ FetchContent_Declare(base-n EXCLUDE_FROM_ALL) FetchContent_Declare(bgfx.cmake GIT_REPOSITORY https://github.com/BabylonJS/bgfx.cmake.git - GIT_TAG 940054e1f047e7851ba1448db480c24f800a2032 + GIT_TAG 68762dde81848256bd785880b00309832b1cad27 EXCLUDE_FROM_ALL) FetchContent_Declare(CMakeExtensions GIT_REPOSITORY https://github.com/BabylonJS/CMakeExtensions.git