Revert f719fa678f: [CI] The fix is now implemented at vcpkg level (#13942)

This commit is contained in:
Loïc Guilloux
2025-04-03 12:54:56 +02:00
committed by GitHub
parent 33a8c1c6fc
commit bd7cda8271
4 changed files with 8 additions and 32 deletions

View File

@@ -136,10 +136,7 @@ jobs:
cd build
echo "::group::CMake"
# CMake 4.0.0 deprecated < 3.5, but some vcpkg packages still use it.
# Yet, they are fully compatible with 3.5, and so there is no problem
# forcing them to upgrade.
CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake ${GITHUB_WORKSPACE} \
cmake ${GITHUB_WORKSPACE} \
-DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DOPTION_SURVEY_KEY=${{ inputs.survey_key }} \