mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
14 lines
366 B
Diff
14 lines
366 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index b3ca615..21b5aaf 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -171,7 +171,7 @@ elseif(UNIX)
|
|
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
|