gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 264/411: CMake: call the feature unixsockets without dash


From: gnunet
Subject: [gnurl] 264/411: CMake: call the feature unixsockets without dash
Date: Wed, 13 Jan 2021 01:21:19 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit 57501c86d29d6e6feaa4b647b43888250612996c
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Tue Oct 20 10:28:01 2020 +0200

    CMake: call the feature unixsockets without dash
    
    ... so that curl-config gets correct and makes test 1014 happy!
    
    Ref: #6074
    Closes #6108
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec1cfa782..7e41d3c03 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1353,7 +1353,7 @@ endmacro()
 set(_items)
 _add_if("SSL"           SSL_ENABLED)
 _add_if("IPv6"          ENABLE_IPV6)
-_add_if("unix-sockets"  USE_UNIX_SOCKETS)
+_add_if("unixsockets"   USE_UNIX_SOCKETS)
 _add_if("libz"          HAVE_LIBZ)
 _add_if("brotli"        HAVE_BROTLI)
 _add_if("zstd"          HAVE_ZSTD)

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