mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:09:07 +08:00
[google-cloud-cpp] add missing dependency (#28411)
This commit is contained in:
parent
ebffa3937b
commit
4c76cc0af7
@ -1,12 +1,14 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "2.5.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",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"abseil",
|
||||
"grpc",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -2718,7 +2718,7 @@
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.5.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4c30065de0805a0b44a0f913541b4824286a053a",
|
||||
"version": "2.5.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "ca9ad64f3cb29e1d51281a0e2679d0da3468f5c8",
|
||||
"version": "2.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user