2019-05-17 11:18:26 -07:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2020-08-22 10:16:03 +02:00
|
|
|
index 9f35ad3f6c..bdadbc9867 100644
|
2019-05-17 11:18:26 -07:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2020-08-22 10:16:03 +02:00
|
|
|
@@ -246,7 +246,7 @@ elseif(UNIX)
|
2019-05-17 11:18:26 -07:00
|
|
|
endif()
|
|
|
|
|
2020-08-22 10:16:03 +02:00
|
|
|
if(WIN32)
|
2020-02-12 08:33:48 +08:00
|
|
|
- set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32)
|
|
|
|
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32 gdi32)
|
2019-05-17 11:18:26 -07:00
|
|
|
endif()
|
|
|
|
|
|
|
|
# Create directory for generated .proto files
|