vcpkg/ports/grpc/00004-link-gdi32-on-windows.patch
Jozef Izso e510f8708e [grpc] Update grpc to 1.24.3 (#9135)
* [grpc] Update grpc to 1.24.0

* [grpc] Update grpc to 1.24.3

* Disable error C4146 on uwp

C4146: unary minus operator applied to unsigned type, result still unsigned
2020-01-02 14:10:18 -08:00

14 lines
345 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6c4a340fc..22054eedd0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -164,7 +164,7 @@ elseif(UNIX)
endif()
if(WIN32 AND MSVC)
- set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32)
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 gdi32)
endif()
# Create directory for generated .proto files