diff options
| author | Jozef Izso <jozef.izso@gmail.com> | 2018-04-26 15:23:44 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-17 16:09:11 -0700 |
| commit | c95b6bfdc448295b66da22cfd35d34ed8302aa4d (patch) | |
| tree | 882723e7e7ffeb9259daf70c1502aee562b3febb /ports/grpc/disable-csharp-ext.patch | |
| parent | a1f0dcd02beb364e7f3f99a784229b64d161b234 (diff) | |
| download | vcpkg-c95b6bfdc448295b66da22cfd35d34ed8302aa4d.tar.gz vcpkg-c95b6bfdc448295b66da22cfd35d34ed8302aa4d.zip | |
[grpc] Update to v1.12.0 [protobuf] Update to v3.6.0.1
Diffstat (limited to 'ports/grpc/disable-csharp-ext.patch')
| -rw-r--r-- | ports/grpc/disable-csharp-ext.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ports/grpc/disable-csharp-ext.patch b/ports/grpc/disable-csharp-ext.patch deleted file mode 100644 index 5f3a78691..000000000 --- a/ports/grpc/disable-csharp-ext.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 8c285e7..cffd93f 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -5058,6 +5058,9 @@ endif (gRPC_BUILD_CODEGEN) - - endif (gRPC_BUILD_TESTS) - -+option(gRPC_INSTALL_CSHARP_EXT "" ON) -+ -+if (gRPC_INSTALL_CSHARP_EXT) - add_library(grpc_csharp_ext SHARED - src/csharp/ext/grpc_csharp_ext.c - ) -@@ -5101,6 +5104,7 @@ if (gRPC_INSTALL) - ARCHIVE DESTINATION ${gRPC_INSTALL_LIBDIR} - ) - endif() -+endif (gRPC_INSTALL_CSHARP_EXT) - - if (gRPC_BUILD_TESTS) - |
