]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CMake: call the feature unixsockets without dash
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Oct 2020 08:28:01 +0000 (10:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Oct 2020 12:51:26 +0000 (14:51 +0200)
... so that curl-config gets correct and makes test 1014 happy!

Ref: #6074
Closes #6108

CMakeLists.txt

index ec1cfa78264afde3c3401c82b6956846f3075f15..7e41d3c037e8deb3142466bf9b8a68a5650a1b03 100644 (file)
@@ -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)