gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 268/411: cmake: set the unicode feature in curl-config on Window


From: gnunet
Subject: [gnurl] 268/411: cmake: set the unicode feature in curl-config on Windows
Date: Wed, 13 Jan 2021 01:21:23 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit 67dede842adff126329b611a055608320e88a7b0
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Thu Oct 22 14:49:19 2020 +0200

    cmake: set the unicode feature in curl-config on Windows
    
    ... if built that way. To make it match curl -V output.
    
    Reviewed-by: Marcel Raad
    Closes #6117
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e41d3c03..ca77ba946 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1382,6 +1382,7 @@ _add_if("HTTP2"         USE_NGHTTP2)
 _add_if("HTTP3"         USE_NGTCP2 OR USE_QUICHE)
 _add_if("MultiSSL"      CURL_WITH_MULTI_SSL)
 _add_if("HTTPS-proxy"   SSL_ENABLED AND (USE_OPENSSL OR USE_GNUTLS OR USE_NSS))
+_add_if("unicode"       ENABLE_UNICODE)
 string(REPLACE ";" " " SUPPORT_FEATURES "${_items}")
 message(STATUS "Enabled features: ${SUPPORT_FEATURES}")
 

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