mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 10:03:02 +08:00
[google-cloud-cpp*]Upgrade to latest release (#8986)
This commit is contained in:
parent
a22f53847a
commit
0887012a3f
@ -1,5 +1,5 @@
|
||||
Source: google-cloud-cpp-common
|
||||
Version: 0.15.0
|
||||
Version: 0.16.0
|
||||
Build-Depends: grpc, googleapis
|
||||
Description: Base C++ Libraries for Google Cloud Platform APIs
|
||||
Homepage: https://github.com/googleapis/google-cloud-cpp-common
|
||||
|
@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp-common
|
||||
REF v0.15.0
|
||||
SHA512 0a723f714f63fbaa1900e4725b051445de614ed8a4700a6ad27037f9b63e56a7e9c5b4490e42044f077496074a8e0c3e7971bbcd601527c9f9fa20f088a19fa3
|
||||
REF v0.16.0
|
||||
SHA512 2325e4aa28cd883091a562f3de0390bb0139446920183487ed2fbc1e404c90ec6f5e42d5b6f59e1de65be66b61954bc4f66b3f441ad6ec89cd4591ce8ea3321d
|
||||
HEAD_REF master)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: google-cloud-cpp
|
||||
Version: 0.14.0-1
|
||||
Build-Depends: grpc, curl[ssl], crc32c, googleapis
|
||||
Version: 0.15.0
|
||||
Build-Depends: grpc, curl[ssl], crc32c, googleapis, google-cloud-cpp-common
|
||||
Description: C++ Client Libraries for Google Cloud Platform APIs.
|
||||
Homepage: https://github.com/googleapis/google-cloud-cpp
|
||||
|
@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp
|
||||
REF v0.14.0
|
||||
SHA512 f858a448dba27d8f12604a0b1a48c91a660b00a0fb22a7a0f737d3d4a9aac42210dc5221b24d729d577fe4e7da43fd392f1c6fab3923ffe1aae7dca7fd8d6f0e
|
||||
REF v0.15.0
|
||||
SHA512 f8cc8f9d47a4df1d76ac7b0836fe107f2f199070a89ab5136f66aa1be5f08737495dbb3f4cf7f709ac0a1346648d869af639836b85b552c6791fa8bb85362a91
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -17,7 +17,7 @@ vcpkg_configure_cmake(
|
||||
OPTIONS
|
||||
-DGOOGLE_CLOUD_CPP_DEPENDENCY_PROVIDER=package
|
||||
-DGOOGLE_CLOUD_CPP_ENABLE_MACOS_OPENSSL_CHECK=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake(ADD_BIN_TO_PATH)
|
||||
|
Loading…
Reference in New Issue
Block a user