From c58bec94b6d733e705e3c8c8b248eacd4d28aac8 Mon Sep 17 00:00:00 2001 From: Ryan Tremblay Date: Thu, 25 Jan 2024 11:11:24 -0800 Subject: [PATCH] Update BN commit id --- Modules/@babylonjs/react-native/shared/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/@babylonjs/react-native/shared/CMakeLists.txt b/Modules/@babylonjs/react-native/shared/CMakeLists.txt index d9dc9d119..a3ef63dda 100644 --- a/Modules/@babylonjs/react-native/shared/CMakeLists.txt +++ b/Modules/@babylonjs/react-native/shared/CMakeLists.txt @@ -2,7 +2,7 @@ include(FetchContent) FetchContent_Declare(babylonnative GIT_REPOSITORY https://github.com/BabylonJS/BabylonNative.git - GIT_TAG b732ab7ba03fcdd2e85cf9374e6f62de9ba70069) + GIT_TAG 595f7f260b67743793fe5d1de89e9131b42de867) set(SHARED_INCLUDES "${CMAKE_CURRENT_LIST_DIR}")