mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[google-cloud-cpp] fix feature sql (#35609)
This commit is contained in:
parent
bc998b3cb9
commit
32e4877eec
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "2.19.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",
|
||||
@ -1247,6 +1248,7 @@
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common",
|
||||
"rest-common"
|
||||
]
|
||||
}
|
||||
|
@ -3058,7 +3058,7 @@
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.19.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "815f9e2c25c4aa47b16ec69ac6c41e2d52655d89",
|
||||
"version": "2.19.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "cda5a5192b0d1310376b1370890e1d38755c076a",
|
||||
"version": "2.19.0",
|
||||
|
Loading…
Reference in New Issue
Block a user