gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 41/178: cmake: Add advapi32 as explicit link librar


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 41/178: cmake: Add advapi32 as explicit link library for win32
Date: Wed, 23 May 2018 12:24:36 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit bea18c7f39d2d470c4965444519271e8ff380fb3
Author: MichaƂ Janiszewski <address@hidden>
AuthorDate: Tue Mar 27 15:22:37 2018 +0200

    cmake: Add advapi32 as explicit link library for win32
    
    ARM targets need advapi32 explicitly.
    
    Closes #2363
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f44968b94..bf25b1f79 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]