mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 04:38:35 +08:00
14 lines
416 B
Diff
14 lines
416 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 4daeec85e..34e5e197d 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -1822,7 +1822,7 @@ endif()
|
||
|
if (WINCE)
|
||
|
list(APPEND LIB_LIST ws2.lib)
|
||
|
elseif (WIN32)
|
||
|
- list(APPEND LIB_LIST ws2_32.lib userenv.lib psapi.lib iphlpapi.lib)
|
||
|
+ list(APPEND LIB_LIST ws2_32.lib userenv.lib psapi.lib iphlpapi.lib crypt32.lib)
|
||
|
endif()
|
||
|
|
||
|
if (${CMAKE_SYSTEM_NAME} MATCHES "QNX")
|