变更为vcpkg

This commit is contained in:
2026-03-13 08:58:46 +08:00
parent 4d8787d48e
commit afc47a3e2d

View File

@@ -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