mirror of
https://github.com/curl/curl.git
synced 2026-06-05 02:34:17 +03:00
move iphlpapi to CURL_NETWORK_AND_TIME_LIBS
This commit is contained in:
parent
c43667f5ae
commit
02674509b0
1 changed files with 1 additions and 1 deletions
|
|
@ -1957,7 +1957,7 @@ set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS "HAVE_CONFIG_H")
|
|||
if(WIN32)
|
||||
list(APPEND CURL_NETWORK_AND_TIME_LIBS "${_win32_winsock}")
|
||||
if(NOT WINCE AND NOT WINDOWS_STORE)
|
||||
list(APPEND CURL_LIBS "iphlpapi")
|
||||
list(APPEND CURL_NETWORK_AND_TIME_LIBS "iphlpapi")
|
||||
endif()
|
||||
if(NOT WINCE)
|
||||
list(APPEND CURL_LIBS "bcrypt")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue