mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:09:07 +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
387 B
Diff
14 lines
387 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 25990a5d8a..8a632d2289 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -404,7 +404,7 @@ if (NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/third_party/xds)
|
|
endif()
|
|
|
|
if(WIN32)
|
|
- set(_gRPC_BASELIB_LIBRARIES ws2_32 crypt32)
|
|
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32 gdi32)
|
|
endif()
|
|
|
|
# Create directory for proto source files
|