cmake: Add advapi32 as explicit link library for win32

ARM targets need advapi32 explicitly.

Closes #2363
This commit is contained in:
Michał Janiszewski 2018-03-27 15:22:37 +02:00 committed by Sergei Nikulov
parent 2bd8e684a4
commit bea18c7f39
1 changed files with 1 additions and 0 deletions

View File

@ -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