mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-08 01:43:08 +08:00
Upgrade google-cloud-cpp to 0.6.0. (#5367)
In this version we can disable the unit and integration tests, though it still tries to find `googletest` so we cannot remove the dependency just yet.
This commit is contained in:
parent
07156ed156
commit
0151644a6b
@ -1,4 +1,4 @@
|
|||||||
Source: google-cloud-cpp
|
Source: google-cloud-cpp
|
||||||
Version: 0.5.0
|
Version: 0.6.0
|
||||||
Build-Depends: grpc, gtest, curl, crc32c
|
Build-Depends: grpc, gtest, curl, crc32c
|
||||||
Description: C++ Client Libraries for Google Cloud Platform APIs.
|
Description: C++ Client Libraries for Google Cloud Platform APIs.
|
||||||
|
@ -27,6 +27,7 @@ vcpkg_configure_cmake(
|
|||||||
OPTIONS
|
OPTIONS
|
||||||
-DGOOGLE_CLOUD_CPP_DEPENDENCY_PROVIDER=package
|
-DGOOGLE_CLOUD_CPP_DEPENDENCY_PROVIDER=package
|
||||||
-DGOOGLE_CLOUD_CPP_ENABLE_MACOS_OPENSSL_CHECK=OFF
|
-DGOOGLE_CLOUD_CPP_ENABLE_MACOS_OPENSSL_CHECK=OFF
|
||||||
|
-DBUILD_TESTING=OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_cmake(ADD_BIN_TO_PATH)
|
vcpkg_install_cmake(ADD_BIN_TO_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user