From 57501c86d29d6e6feaa4b647b43888250612996c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Oct 2020 10:28:01 +0200 Subject: 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) -- cgit v1.2.1