gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 355/411: cmake: use libcurl.rc in all Windows builds


From: gnunet
Subject: [gnurl] 355/411: cmake: use libcurl.rc in all Windows builds
Date: Wed, 13 Jan 2021 01:22:50 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit ee38a725b9890ef7a69863c275b929cc8983f0d9
Author: Vincent Torri <vincent.torri@gmail.com>
AuthorDate: Tue Nov 17 12:32:27 2020 +0100

    cmake: use libcurl.rc in all Windows builds
    
    Reviewed-by: Marcel Raad
    Closes #6215
---
 lib/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index ca4710e06..9736e39e5 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -39,7 +39,7 @@ list(APPEND HHEADERS
   ${CMAKE_CURRENT_BINARY_DIR}/curl_config.h
   )
 
-if(MSVC)
+if(WIN32)
   list(APPEND CSOURCES libcurl.rc)
 endif()
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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