aboutsummaryrefslogtreecommitdiff
path: root/ports/google-cloud-cpp/portfile.cmake
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2021-06-04 19:50:36 -0400
committerGitHub <noreply@github.com>2021-06-04 16:50:36 -0700
commit751fc199af8d33eb300af5edbd9e3b77c48f0bca (patch)
tree204f2baa037867df539f330bdee633ed5859409d /ports/google-cloud-cpp/portfile.cmake
parentbec883fef498206f05b20bc0a4ba241637657dba (diff)
downloadvcpkg-751fc199af8d33eb300af5edbd9e3b77c48f0bca.tar.gz
vcpkg-751fc199af8d33eb300af5edbd9e3b77c48f0bca.zip
[google-cloud-cpp] update to latest (v1.28.0) version (#18246)
* [google-cloud-cpp] update to latest (v1.28.0) version * Address review comments * Revert "Address review comments" This reverts commit db47320dda0d15a02d9fc4e177f4ee355a5991b5.
Diffstat (limited to 'ports/google-cloud-cpp/portfile.cmake')
-rw-r--r--ports/google-cloud-cpp/portfile.cmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake
index 98acc2302..6c3378c2f 100644
--- a/ports/google-cloud-cpp/portfile.cmake
+++ b/ports/google-cloud-cpp/portfile.cmake
@@ -5,11 +5,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp
- REF v1.27.0
- SHA512 8528dbdea21a1ca84b7e3b7768a6f6de42c86ed879a4332e646b6de382bf8012d832a2687d5c4560530b569fd79983c259c49852855422c798a63e1787cda328
+ REF v1.28.0
+ SHA512 066655495d9d1a5a183b3efb682daf5b97e6f76943c7f6075694386075b9e8efacd102927e2e265bd4b509317088b4af70584695648e598b2a21d0df4111a6b6
HEAD_REF master
- PATCHES
- disable-benchmarks.patch
)
vcpkg_add_to_path(PREPEND "${CURRENT_HOST_INSTALLED_DIR}/tools/grpc")
@@ -22,6 +20,7 @@ vcpkg_configure_cmake(
-DGOOGLE_CLOUD_CPP_ENABLE_MACOS_OPENSSL_CHECK=OFF
-DGOOGLE_CLOUD_CPP_ENABLE_WERROR=OFF
-DGOOGLE_CLOUD_CPP_ENABLE_CCACHE=OFF
+ -DGOOGLE_CLOUD_CPP_ENABLE_EXAMPLES=OFF
-DBUILD_TESTING=OFF
)