diff --git a/ports/google-cloud-cpp/fix-googleapis-download.patch b/ports/google-cloud-cpp/fix-googleapis-download.patch index 0e6d4bff81c5c3..4e7ce3d776c7e8 100644 --- a/ports/google-cloud-cpp/fix-googleapis-download.patch +++ b/ports/google-cloud-cpp/fix-googleapis-download.patch @@ -35,3 +35,15 @@ index 5e93f522..30132c06 100644 set_target_properties( "google_cloud_cpp_${short_name}" PROPERTIES EXPORT_NAME google-cloud-cpp::${short_name} +diff --git a/protos/google/cloud/compute/CMakeLists.txt b/protos/google/cloud/compute/CMakeLists.txt +index 0a3b1ed..c054bc3 100644 +--- a/protos/google/cloud/compute/CMakeLists.txt ++++ b/protos/google/cloud/compute/CMakeLists.txt +@@ -56,7 +56,6 @@ google_cloud_cpp_install_proto_library_headers(compute_protos) + # `*.proto` files. We achieve this by having this target depend on all proto + # libraries. It has to be defined at the top level of the project. + add_dependencies(google-cloud-cpp-protos compute_protos) +-add_dependencies(compute_protos googleapis_download) + + # Get the destination directories based on the GNU recommendations. + include(GNUInstallDirs) diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index fe004b2a055740..506c8b35a96cde 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "google-cloud-cpp", "version": "2.35.0", - "port-version": 1, + "port-version": 2, "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index 49ac1161c681a0..cb560b20385749 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3230,7 +3230,7 @@ }, "google-cloud-cpp": { "baseline": "2.35.0", - "port-version": 1 + "port-version": 2 }, "google-cloud-cpp-common": { "baseline": "alias", diff --git a/versions/g-/google-cloud-cpp.json b/versions/g-/google-cloud-cpp.json index 7d4089fd21aeb2..687ec47719c6fe 100644 --- a/versions/g-/google-cloud-cpp.json +++ b/versions/g-/google-cloud-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9092abf492bbd95bfc31a164371f2a00183ff2f0", + "version": "2.35.0", + "port-version": 2 + }, { "git-tree": "b30c7f31e3ce20a6197872665bc9939b7d2a95a2", "version": "2.35.0",