[google-cloud-cpp] fix backwards compatibility package files (#20723)

This commit is contained in:
Carlos O'Ryan 2021-10-14 21:08:50 -04:00 committed by GitHub
parent 1ea8d69f88
commit 0a1d0f84f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -63,8 +63,8 @@ foreach(package
pubsub_client
spanner_client
storage_client)
set(config_path "lib/cmake/google_cloud_cpp_${suffix}")
if(NOT IS_DIRECTORY "${config_path}")
set(config_path "lib/cmake/${package}")
if(NOT IS_DIRECTORY "${CURRENT_PACKAGES_DIR}/${config_path}")
continue()
endif()
vcpkg_cmake_config_fixup(PACKAGE_NAME "${package}"

View File

@ -1,6 +1,7 @@
{
"name": "google-cloud-cpp",
"version": "1.32.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",

View File

@ -2482,7 +2482,7 @@
},
"google-cloud-cpp": {
"baseline": "1.32.1",
"port-version": 0
"port-version": 1
},
"google-cloud-cpp-common": {
"baseline": "alias",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "793c4f8aafbed21274611812020a3a4c01517fc2",
"version": "1.32.1",
"port-version": 1
},
{
"git-tree": "42240e5f4653d8ce17158c706e232de8a57a4c6e",
"version": "1.32.1",