Disable Rust AMQP when building in vcpkg (#6738)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2025-09-15 09:30:03 -07:00 committed by GitHub
parent 38cbec7f81
commit 0d8b1bbf6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ vcpkg_cmake_configure(
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
-DBUILD_TESTING=OFF
-DDISABLE_RUST_IN_BUILD=ON
)
vcpkg_cmake_install()