From fc3d456f34620dbe8d5e68bd591be7b9fdc37fc2 Mon Sep 17 00:00:00 2001 From: Gary Hsu Date: Fri, 7 Nov 2025 14:50:41 -0800 Subject: [PATCH] Use the right AndroidExtensions fork --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98324ea6..ebc8145d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ FetchContent_Declare(arcana.cpp GIT_REPOSITORY https://github.com/microsoft/arcana.cpp.git GIT_TAG c726dbe58713eda65bfb139c257093c43479b894) FetchContent_Declare(AndroidExtensions - GIT_REPOSITORY https://github.com/bghgary/AndroidExtensions.git + GIT_REPOSITORY https://github.com/BabylonJS/AndroidExtensions.git GIT_TAG 7d88a601fda9892791e7b4e994e375e049615688) FetchContent_Declare(asio GIT_REPOSITORY https://github.com/chriskohlhoff/asio.git