mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 16:17:51 +08:00
[google-cloud-cpp] update to v2.17.0#2 (#34641)
* [google-cloud-cpp] update to v2.17.0#2 * disable compute on windows
This commit is contained in:
parent
23d3731eae
commit
fa70b2dd4c
@ -67,7 +67,7 @@ foreach(feature IN LISTS FEATURES)
|
|||||||
endforeach()
|
endforeach()
|
||||||
# These packages are automatically installed depending on what features are
|
# These packages are automatically installed depending on what features are
|
||||||
# enabled.
|
# enabled.
|
||||||
foreach(suffix common googleapis grpc_utils rest_internal rest_protobuf_internal dialogflow_cx dialogflow_es)
|
foreach(suffix common compute_protos googleapis grpc_utils iam_v2 logging_type rest_internal rest_protobuf_internal dialogflow_cx dialogflow_es)
|
||||||
set(config_path "lib/cmake/google_cloud_cpp_${suffix}")
|
set(config_path "lib/cmake/google_cloud_cpp_${suffix}")
|
||||||
if(NOT IS_DIRECTORY "${CURRENT_PACKAGES_DIR}/${config_path}")
|
if(NOT IS_DIRECTORY "${CURRENT_PACKAGES_DIR}/${config_path}")
|
||||||
continue()
|
continue()
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "google-cloud-cpp",
|
"name": "google-cloud-cpp",
|
||||||
"version": "2.17.0",
|
"version": "2.17.0",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -322,6 +322,7 @@
|
|||||||
},
|
},
|
||||||
"compute": {
|
"compute": {
|
||||||
"description": "Compute Engine C++ Client Library",
|
"description": "Compute Engine C++ Client Library",
|
||||||
|
"supports": "!windows",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "google-cloud-cpp",
|
"name": "google-cloud-cpp",
|
||||||
@ -490,18 +491,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"debugger": {
|
|
||||||
"description": "Stackdriver Debugger API C++ Client Library",
|
|
||||||
"dependencies": [
|
|
||||||
{
|
|
||||||
"name": "google-cloud-cpp",
|
|
||||||
"default-features": false,
|
|
||||||
"features": [
|
|
||||||
"grpc-common"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"deploy": {
|
"deploy": {
|
||||||
"description": "Google Cloud Deploy API C++ Client Library",
|
"description": "Google Cloud Deploy API C++ Client Library",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
@ -635,18 +624,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gameservices": {
|
|
||||||
"description": "Game Services API C++ Client Library",
|
|
||||||
"dependencies": [
|
|
||||||
{
|
|
||||||
"name": "google-cloud-cpp",
|
|
||||||
"default-features": false,
|
|
||||||
"features": [
|
|
||||||
"grpc-common"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"gkehub": {
|
"gkehub": {
|
||||||
"description": "GKE Hub C++ Client Library",
|
"description": "GKE Hub C++ Client Library",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
@ -734,18 +711,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"iot": {
|
|
||||||
"description": "Cloud IoT API C++ Client Library",
|
|
||||||
"dependencies": [
|
|
||||||
{
|
|
||||||
"name": "google-cloud-cpp",
|
|
||||||
"default-features": false,
|
|
||||||
"features": [
|
|
||||||
"grpc-common"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"kms": {
|
"kms": {
|
||||||
"description": "Cloud Key Management Service (KMS) API C++ Client Library",
|
"description": "Cloud Key Management Service (KMS) API C++ Client Library",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -3030,7 +3030,7 @@
|
|||||||
},
|
},
|
||||||
"google-cloud-cpp": {
|
"google-cloud-cpp": {
|
||||||
"baseline": "2.17.0",
|
"baseline": "2.17.0",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"google-cloud-cpp-common": {
|
"google-cloud-cpp-common": {
|
||||||
"baseline": "alias",
|
"baseline": "alias",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2a52d32521f59da4d2ecfe7beffe13bab448ea64",
|
||||||
|
"version": "2.17.0",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "eb4b2fd7eea450ced2e6f33dcd9af1237f2de3c2",
|
"git-tree": "eb4b2fd7eea450ced2e6f33dcd9af1237f2de3c2",
|
||||||
"version": "2.17.0",
|
"version": "2.17.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user