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:
Carlos O'Ryan 2019-02-12 20:01:15 -05:00 committed by Victor Romero
parent 07156ed156
commit 0151644a6b
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Source: google-cloud-cpp
Version: 0.5.0
Version: 0.6.0
Build-Depends: grpc, gtest, curl, crc32c
Description: C++ Client Libraries for Google Cloud Platform APIs.

View File

@ -27,6 +27,7 @@ vcpkg_configure_cmake(
OPTIONS
-DGOOGLE_CLOUD_CPP_DEPENDENCY_PROVIDER=package
-DGOOGLE_CLOUD_CPP_ENABLE_MACOS_OPENSSL_CHECK=OFF
-DBUILD_TESTING=OFF
)
vcpkg_install_cmake(ADD_BIN_TO_PATH)