From 5e42382e860025cc95cd68f262a0836c7d3a06f3 Mon Sep 17 00:00:00 2001 From: Branimir Karadzic Date: Mon, 27 Jul 2026 12:05:55 -0700 Subject: [PATCH] Updated bgfx.cmake to latest. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e519d981..cb1ce4b05 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 3b67f0c0c5505a22f6e88640519b5b473c938ad9 + GIT_TAG 6c5515826c428337b7cbc0a5a7cc6d12325ce72b EXCLUDE_FROM_ALL) FetchContent_Declare(CMakeExtensions GIT_REPOSITORY https://github.com/BabylonJS/CMakeExtensions.git