From fe333051df69ba72d87ae00e8264267242840cc8 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 3 Oct 2025 16:52:11 +0500 Subject: [PATCH] build-deps - note on cloning opencollada --- win/build-deps.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index d1277c611d..2adb330333 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -392,6 +392,7 @@ call :DownloadFile https://github.com/nlohmann/json/releases/download/v3.6.1/jso :: Note OpenCOLLADA has only Release and Debug builds. set DEPENDENCY_NAME=OpenCOLLADA set DEPENDENCY_DIR=%DEPS_DIR%\OpenCOLLADA +:: Always clone it, even if it's installed, because it contains xml headers we need. :: Use a fixed revision in order to prevent introducing breaking changes call :GitCloneAndCheckoutRevision https://github.com/KhronosGroup/OpenCOLLADA.git "%DEPENDENCY_DIR%" 064a60b65c2c31b94f013820856bc84fb1937cc6