CMake: call the feature unixsockets without dash

... so that curl-config gets correct and makes test 1014 happy!

Ref: #6074
Closes #6108
This commit is contained in:
Daniel Stenberg 2020-10-20 10:28:01 +02:00
parent 18dd7cc9af
commit 57501c86d2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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)