mirror of
https://github.com/curl/curl.git
synced 2026-06-06 13:54:15 +03:00
CMakeLists.txt formatting
This commit is contained in:
parent
c6e0538775
commit
3466401972
1 changed files with 1 additions and 1 deletions
|
|
@ -1499,7 +1499,7 @@ endif()
|
|||
option(ENABLE_UNIX_SOCKETS "Enable Unix domain sockets support" ON)
|
||||
if(ENABLE_UNIX_SOCKETS AND NOT WINCE)
|
||||
if(WIN32 OR DOS)
|
||||
set(USE_UNIX_SOCKETS ON)
|
||||
set(USE_UNIX_SOCKETS 1)
|
||||
else()
|
||||
include(CheckStructHasMember)
|
||||
check_struct_has_member("struct sockaddr_un" "sun_path" "sys/un.h" USE_UNIX_SOCKETS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue