We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d9598 commit ef00a28Copy full SHA for ef00a28
.github/workflows/ci.yml
@@ -205,6 +205,8 @@ jobs:
205
run: |
206
echo "set(VCPKG_BUILD_TYPE release)" >> "${VCPKG_INSTALLATION_ROOT}/triplets/x64-windows.cmake"
207
echo "set(VCPKG_BUILD_TYPE release)" >> "${VCPKG_INSTALLATION_ROOT}/triplets/x64-windows-static.cmake"
208
+ # Workaround for libevent, which requires CMake 3.1 but is incompatible with CMake >= 4.0.
209
+ sed -i '1s/^/set(ENV{CMAKE_POLICY_VERSION_MINIMUM} 3.5)\n/' "${VCPKG_INSTALLATION_ROOT}/scripts/ports.cmake"
210
211
- name: vcpkg tools cache
212
uses: actions/cache@v4
0 commit comments