mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
[google-cloud-cpp] add missing subpackage (#24626)
This commit is contained in:
parent
62335b3b40
commit
a6a97cd1fc
@ -47,7 +47,7 @@ foreach(feature IN LISTS FEATURES)
|
||||
endforeach()
|
||||
# These packages are automatically installed depending on what features are
|
||||
# enabled.
|
||||
foreach(suffix common googleapis grpc_utils)
|
||||
foreach(suffix common googleapis grpc_utils rest_internal)
|
||||
set(config_path "lib/cmake/google_cloud_cpp_${suffix}")
|
||||
if(NOT IS_DIRECTORY "${CURRENT_PACKAGES_DIR}/${config_path}")
|
||||
continue()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "1.40.1",
|
||||
"port-version": 1,
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2590,7 +2590,7 @@
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "1.40.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "506bdfbf9040c856f8f3a4a2c183da38f9030817",
|
||||
"version": "1.40.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "2a18f7bea0f4811da422b3099c4331305cb1f617",
|
||||
"version": "1.40.1",
|
||||
|
Loading…
Reference in New Issue
Block a user