From d9f5b4e8279e4c3e46cccb6fe9c2dc8c0ca607fe Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:02:37 +0100 Subject: [PATCH] Up BabylonNative for iOS Webmin --- 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 8ad6fac9b..62e344833 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 abd41d50d4ce156af452dcdfacf45210989280a1) + GIT_TAG 5865dc3c9e66d373230b20d7f9acf3adc8d37493) set(SHARED_INCLUDES "${CMAKE_CURRENT_LIST_DIR}")