Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ports/google-cloud-cpp/fix-googleapis-download.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ports/google-cloud-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3230,7 +3230,7 @@
},
"google-cloud-cpp": {
"baseline": "2.35.0",
"port-version": 1
"port-version": 2
},
"google-cloud-cpp-common": {
"baseline": "alias",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/google-cloud-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9092abf492bbd95bfc31a164371f2a00183ff2f0",
"version": "2.35.0",
"port-version": 2
},
{
"git-tree": "b30c7f31e3ce20a6197872665bc9939b7d2a95a2",
"version": "2.35.0",
Expand Down