Disable Rust AMQP when building in vcpkg (#6738)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
38cbec7f81
commit
0d8b1bbf6b
@ -27,6 +27,7 @@ vcpkg_cmake_configure(
|
||||
OPTIONS
|
||||
-DWARNINGS_AS_ERRORS=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
-DDISABLE_RUST_IN_BUILD=ON
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user