forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[grpc] Update to v1.12.0 [protobuf] Update to v3.6.0.1
- Loading branch information
1 parent
a1f0dcd
commit c95b6bf
Showing
11 changed files
with
138 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: google-cloud-cpp | ||
Version: 0.1.0 | ||
Version: 0.1.0-1 | ||
Build-Depends: grpc, gtest | ||
Description: C++ Client Libraries for Google Cloud Platform APIs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
diff --git a/bigtable/CMakeLists.txt b/bigtable/CMakeLists.txt | ||
index 1b8089f..771e1ec 100644 | ||
--- a/bigtable/CMakeLists.txt | ||
+++ b/bigtable/CMakeLists.txt | ||
@@ -69,6 +69,10 @@ set(PROTOBUF_IMPORT_DIRS "${PROJECT_THIRD_PARTY_DIR}/googleapis" "${PROJECT_SOUR | ||
if(GRPC_ROOT_DIR) | ||
list(INSERT PROTOBUF_IMPORT_DIRS 0 "${GRPC_ROOT_DIR}/third_party/protobuf/src") | ||
endif(GRPC_ROOT_DIR) | ||
+find_path(PROTO_INCLUDE_DIR google/protobuf/descriptor.proto) | ||
+if(PROTO_INCLUDE_DIR) | ||
+ list(INSERT PROTOBUF_IMPORT_DIRS 0 "${PROTO_INCLUDE_DIR}") | ||
+endif() | ||
|
||
# Get the destination directories based on the GNU recommendations. | ||
include(GNUInstallDirs) | ||
@@ -110,7 +114,7 @@ enable_testing() | ||
|
||
# Capture the compiler version and the git revision into variables, then | ||
# generate a config file with the values. | ||
-if (IS_DIRECTORY ${PROJECT_SOURCE_DIR}/.git) | ||
+if (IS_DIRECTORY ${PROJECT_SOURCE_DIR}/.git AND 0) | ||
execute_process(COMMAND git rev-parse --short HEAD | ||
OUTPUT_VARIABLE GIT_HEAD_LOG ERROR_VARIABLE GIT_HEAD_LOG) | ||
else () |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: grpc | ||
Version: 1.10.1-3 | ||
Version: 1.12.0-2 | ||
Build-Depends: zlib, openssl, protobuf, c-ares (!uwp) | ||
Description: An RPC library and framework |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.