diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2019-02-12 20:01:15 -0500 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-02-12 17:01:15 -0800 |
| commit | 0151644a6bb67c916fd0340e78fad3dbd2ec423c (patch) | |
| tree | 45d15de23f0bba32eba544ac1decd681061f1eeb /ports/google-cloud-cpp | |
| parent | 07156ed156ccd88352e7264b28ebe92ac1065d48 (diff) | |
| download | vcpkg-0151644a6bb67c916fd0340e78fad3dbd2ec423c.tar.gz vcpkg-0151644a6bb67c916fd0340e78fad3dbd2ec423c.zip | |
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.
Diffstat (limited to 'ports/google-cloud-cpp')
| -rw-r--r-- | ports/google-cloud-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/google-cloud-cpp/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index 8be4a8c33..195d3d6f5 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -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.
diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake index 94e227c4f..0f8b14d84 100644 --- a/ports/google-cloud-cpp/portfile.cmake +++ b/ports/google-cloud-cpp/portfile.cmake @@ -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) |
