Add --x-abi-tools-use-exact-version to vcpkg invocation (#7068)

This commit is contained in:
tooomm 2026-08-05 23:14:29 +02:00 committed by GitHub
parent 2bc921321b
commit 32619f4d55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,6 +159,7 @@ if [[ $PACKAGE_TYPE ]]; then
fi fi
if [[ $USE_VCPKG ]]; then if [[ $USE_VCPKG ]]; then
flags+=("-DUSE_VCPKG=1") flags+=("-DUSE_VCPKG=1")
flags+=("-DVCPKG_INSTALL_OPTIONS=--x-abi-tools-use-exact-versions")
fi fi
# Add cmake --build flags # Add cmake --build flags