diff options
| author | Carlos O'Ryan <coryan@google.com> | 2021-10-01 19:59:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-01 16:59:54 -0700 |
| commit | ee1e12048e007f7247bd27622b13803c7a124bb1 (patch) | |
| tree | 4843ed7facaafbe190f378928a7a9edab1e93b31 /ports/google-cloud-cpp/vcpkg.json | |
| parent | ffdc00841ceed5b37c62192d257d4c0c99f01aa0 (diff) | |
| download | vcpkg-ee1e12048e007f7247bd27622b13803c7a124bb1.tar.gz vcpkg-ee1e12048e007f7247bd27622b13803c7a124bb1.zip | |
[google-cloud-cpp] update to latest release (v1.32.0) (#20463)
* [google-cloud-cpp] update to latest release (v1.32.0)
* Update from deprecated vcpkg functions
* Undo migration to `vcpkg_cmake_config_fixup()`
I could not get this to work. I will ask in the discord channel because
I must be using it wrong.
Diffstat (limited to 'ports/google-cloud-cpp/vcpkg.json')
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 430fc44f4..35cbf153b 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,12 +1,16 @@ { "name": "google-cloud-cpp", - "version": "1.31.1", + "version": "1.32.0", "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", "supports": "!uwp", "dependencies": [ - "abseil" + "abseil", + { + "name": "vcpkg-cmake", + "host": true + } ], "default-features": [ "bigquery", |
