vcpkg/ports/grpc/00006-crypt32.patch

14 lines
372 B
Diff
Raw Normal View History

2019-09-09 23:59:28 +08:00
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 22054eedd0..a7fdb1fcd5 100644
2019-09-09 23:59:28 +08:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -164,7 +164,7 @@ elseif(UNIX)
2019-09-09 23:59:28 +08:00
endif()
if(WIN32 AND MSVC)
- set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 gdi32)
+ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 gdi32 crypt32)
endif()
# Create directory for generated .proto files