mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21: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
|
pubsub_client
|
||||||
spanner_client
|
spanner_client
|
||||||
storage_client)
|
storage_client)
|
||||||
set(config_path "lib/cmake/google_cloud_cpp_${suffix}")
|
set(config_path "lib/cmake/${package}")
|
||||||
if(NOT IS_DIRECTORY "${config_path}")
|
if(NOT IS_DIRECTORY "${CURRENT_PACKAGES_DIR}/${config_path}")
|
||||||
continue()
|
continue()
|
||||||
endif()
|
endif()
|
||||||
vcpkg_cmake_config_fixup(PACKAGE_NAME "${package}"
|
vcpkg_cmake_config_fixup(PACKAGE_NAME "${package}"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "google-cloud-cpp",
|
"name": "google-cloud-cpp",
|
||||||
"version": "1.32.1",
|
"version": "1.32.1",
|
||||||
|
"port-version": 1,
|
||||||
"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",
|
||||||
|
@ -2482,7 +2482,7 @@
|
|||||||
},
|
},
|
||||||
"google-cloud-cpp": {
|
"google-cloud-cpp": {
|
||||||
"baseline": "1.32.1",
|
"baseline": "1.32.1",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"google-cloud-cpp-common": {
|
"google-cloud-cpp-common": {
|
||||||
"baseline": "alias",
|
"baseline": "alias",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "793c4f8aafbed21274611812020a3a4c01517fc2",
|
||||||
|
"version": "1.32.1",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "42240e5f4653d8ce17158c706e232de8a57a4c6e",
|
"git-tree": "42240e5f4653d8ce17158c706e232de8a57a4c6e",
|
||||||
"version": "1.32.1",
|
"version": "1.32.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user