mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:39:02 +08:00
470620d23a
* [grpc] update to 1.44.0 * update version * update patch EOL * overwrite version * update patch * update version * fix uwp-build * overwrite version
14 lines
371 B
Diff
14 lines
371 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 14514b7..497470c 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -323,7 +323,7 @@ include(cmake/xxhash.cmake)
|
|
include(cmake/zlib.cmake)
|
|
|
|
if(WIN32)
|
|
- set(_gRPC_BASELIB_LIBRARIES ws2_32 crypt32)
|
|
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32 gdi32)
|
|
endif()
|
|
|
|
# Create directory for generated .proto files
|