We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22817aa commit a039f78Copy full SHA for a039f78
.appveyor.yml
@@ -111,6 +111,11 @@ for:
111
- if "%ARCH%" == "x64" call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
112
- if "%ARCH%" == "x86" call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat"
113
build_script:
114
+ # fix vcpkg toolchain reverting CMake policies to v3.7.2
115
+ # (TODO: remove on the next image update)
116
+ - git -C C:\Tools\vcpkg fetch
117
+ - git -C C:\Tools\vcpkg restore -s 5cf60186a241e84e8232641ee973395d4fde90e1 scripts\buildsystems\vcpkg.cmake
118
+
119
- cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo
120
-DVCPKG_TARGET_TRIPLET=%ARCH%-windows-static
121
-DCMAKE_TOOLCHAIN_FILE=C:\Tools\vcpkg\scripts\buildsystems\vcpkg.cmake
0 commit comments