mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 12:29:06 +08:00
824c432473
* grpc: Update to 1.48.0 * grpc: Adjust line-ending of patches * grpc: Change line ending of some patches back to CRLF
14 lines
810 B
Diff
14 lines
810 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 25990a5d8a..4c7831cba5 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -20398,7 +20398,7 @@ generate_pkgconfig(
|
|
"high performance general RPC framework"
|
|
"${gRPC_CORE_VERSION}"
|
|
"gpr openssl absl_base absl_bind_front absl_cord absl_core_headers absl_flat_hash_map absl_flat_hash_set absl_function_ref absl_hash absl_inlined_vector absl_memory absl_optional absl_random_random absl_span absl_status absl_statusor absl_str_format absl_strings absl_synchronization absl_time absl_type_traits absl_utility absl_variant"
|
|
- "-lgrpc -laddress_sorting -lre2 -lupb -lcares -lz"
|
|
+ "-lgrpc -laddress_sorting -lre2 -ldescriptor_upb_proto -lupb_fastdecode -lupb_json -lupb_reflection -lupb_textformat -lupb_utf8_range -lupb -lcares -lz"
|
|
""
|
|
"grpc.pc")
|
|
|