diff options
| author | Carlos O'Ryan <coryan@google.com> | 2021-10-05 19:03:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 16:03:03 -0700 |
| commit | 1b8c00cf98afc5bf964ab5a1430522f191237abb (patch) | |
| tree | f4a7a5c1a2f123eb1931b569db276c8e3354d74e /ports/google-cloud-cpp/vcpkg.json | |
| parent | 8960971a0ac1f14f63f8d6420b4e09e54be17f1d (diff) | |
| download | vcpkg-1b8c00cf98afc5bf964ab5a1430522f191237abb.tar.gz vcpkg-1b8c00cf98afc5bf964ab5a1430522f191237abb.zip | |
[google-cloud-cpp] migrate to vcpkg_cmake_config_fixup() (#20521)
* [google-cloud-cpp] migrate to vcpkg_cmake_config_fixup()
* Address review comments
Diffstat (limited to 'ports/google-cloud-cpp/vcpkg.json')
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 35cbf153b..5b3f62ef4 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "google-cloud-cpp", "version": "1.32.0", + "port-version": 1, "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", @@ -10,6 +11,10 @@ { "name": "vcpkg-cmake", "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true } ], "default-features": [ |
