mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
[google-cloud-cpp] fix backwards compatibility package files (#20723)
This commit is contained in:
parent
1ea8d69f88
commit
0a1d0f84f7
@ -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}"
|
||||
|
@ -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",
|
||||
|
@ -2482,7 +2482,7 @@
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "1.32.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "793c4f8aafbed21274611812020a3a4c01517fc2",
|
||||
"version": "1.32.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "42240e5f4653d8ce17158c706e232de8a57a4c6e",
|
||||
"version": "1.32.1",
|
||||
|
Loading…
Reference in New Issue
Block a user