diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-24 05:36:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 14:36:26 -0700 |
| commit | c75f0b32a674533c619623dd9fe14b2c5a86b926 (patch) | |
| tree | e4c33bab3d54c69663312805418fe51692ba3d88 /ports/offscale-libetcd-cpp/fix-dependency-grpc.patch | |
| parent | db748954976decfe9393f5505bf89587399f4902 (diff) | |
| download | vcpkg-c75f0b32a674533c619623dd9fe14b2c5a86b926.tar.gz vcpkg-c75f0b32a674533c619623dd9fe14b2c5a86b926.zip | |
[grpc] Update to 1.29.1 (#11791)
* [grpc] Update to 1.29.1
* re-fix uwp build
* re-fix dependency upb
* [offscale-libetcd-cpp] Fix dependency grpc
Diffstat (limited to 'ports/offscale-libetcd-cpp/fix-dependency-grpc.patch')
| -rw-r--r-- | ports/offscale-libetcd-cpp/fix-dependency-grpc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/offscale-libetcd-cpp/fix-dependency-grpc.patch b/ports/offscale-libetcd-cpp/fix-dependency-grpc.patch new file mode 100644 index 000000000..652720333 --- /dev/null +++ b/ports/offscale-libetcd-cpp/fix-dependency-grpc.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 0d9aad9..d68c5f7 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -70,7 +70,7 @@ endif() + target_include_directories(etcdcpp PRIVATE "generated/") + target_include_directories(etcdcpp INTERFACE "${CMAKE_INSTALL_PREFIX}/include") + +-target_link_libraries(etcdcpp PRIVATE gRPC::gpr gRPC::grpc gRPC::grpc++ gRPC::grpc_cronet) ++target_link_libraries(etcdcpp PRIVATE gRPC::gpr gRPC::grpc gRPC::grpc++ gRPC::grpc++_alts) + target_link_libraries(etcdcpp PRIVATE protobuf::libprotoc protobuf::libprotobuf) + + install(TARGETS etcdcpp EXPORT etcdcpp DESTINATION lib) |
