mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
cmake: Add advapi32 as explicit link library for win32
ARM targets need advapi32 explicitly. Closes #2363
This commit is contained in:
parent
2bd8e684a4
commit
bea18c7f39
@ -285,6 +285,7 @@ check_function_exists(gethostname HAVE_GETHOSTNAME)
|
||||
if(WIN32)
|
||||
check_library_exists_concat("ws2_32" getch HAVE_LIBWS2_32)
|
||||
check_library_exists_concat("winmm" getch HAVE_LIBWINMM)
|
||||
list(APPEND CURL_LIBS "advapi32")
|
||||
endif()
|
||||
|
||||
# check SSL libraries
|
||||
|
Loading…
Reference in New Issue
Block a user