ci: Remove upstreamed vcpkg workaround

See https://github.com/microsoft/vcpkg/pull/44712.
This commit is contained in:
Hennadii Stepanov
2026-03-20 14:50:38 +00:00
parent 19c9474742
commit 65882fa68f

View File

@@ -256,8 +256,6 @@ jobs:
- name: Using vcpkg with MSBuild
run: |
echo "set(VCPKG_BUILD_TYPE release)" >> "${VCPKG_INSTALLATION_ROOT}/triplets/x64-windows.cmake"
# Workaround for libevent, which requires CMake 3.1 but is incompatible with CMake >= 4.0.
sed -i '1s/^/set(ENV{CMAKE_POLICY_VERSION_MINIMUM} 3.5)\n/' "${VCPKG_INSTALLATION_ROOT}/scripts/ports.cmake"
- name: Set VCPKG_ROOT
run: |