From afc47a3e2dc217c1b3c9a34adc38c3fc3209b06d Mon Sep 17 00:00:00 2001 From: taynpg Date: Fri, 13 Mar 2026 08:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E4=B8=BAvcpkg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildRel.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildRel.bat b/BuildRel.bat index b97ac10..c2133e5 100644 --- a/BuildRel.bat +++ b/BuildRel.bat @@ -8,7 +8,7 @@ if errorlevel 1 ( exit /b 1 ) -cmake -Bbuild -DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=Release +cmake -Bbuild -DCMAKE_TOOLCHAIN_FILE=%VCPKG_DIR%\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=Release if errorlevel 1 ( config failed. pause