From b4687b5caaeb544576187cce123c12503cbdfca5 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 8 Sep 2026 15:17:19 +0500 Subject: [PATCH] build-deps/opencollada: remove note about release/debug builds switching It was since the beginning in 5c0eb0548, it's probably resolved after we added coexisting debug/release installs. --- win/build-deps.cmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 3df806d2b0..c3cd379777 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -460,9 +460,6 @@ IF NOT %ERRORLEVEL%==0 git apply --reject --whitespace=fix "%~dp0patches\OpenCOL :: toolsets (e.g. VS2026/v145) no longer provide it, breaking the build with error C2039: 'tr1' is not a member of 'std'. findstr /C:"typedef std::unordered_map MarkIdToFilePos;" common\libBuffer\include\CommonFWriteBufferFlusher.h>NUL IF NOT %ERRORLEVEL%==0 git apply --reject --whitespace=fix "%REPO_ROOT%\nix\patches\opencollada\remove_tr1.patch" --ignore-whitespace -:: NOTE OpenCOLLADA has been observed to have problems with switching between debug and release builds so -:: uncomment to following line in order to delete the CMakeCache.txt always if experiencing problems. -REM IF EXIST "%DEPENDENCY_DIR%\%BUILD_DIR%\CMakeCache.txt". del "%DEPENDENCY_DIR%\%BUILD_DIR%\CMakeCache.txt" :: NOTE Enforce that the embedded LibXml2 and PCRE are used as there might be problems with arbitrary versions of the libraries. :: OpenCOLLADA is ancient at this point and allows cmake 2.6+, which results in error in cmake 4, so we override minimum cmake version. call :RunCMake -DCMAKE_INSTALL_PREFIX="%INSTALL_DIR%\%DEPENDENCY_INSTALL_NAME%" -DUSE_STATIC_MSVC_RUNTIME=0 -DCMAKE_DEBUG_POSTFIX=d ^