mirror of
https://github.com/curl/curl.git
synced 2026-05-17 21:26:29 +03:00
cmake: websockets tidy-ups
- restore change lost after websockets-default update. Ref:6a1dcdc5d2#14998 - delete unused line after websockets is on by default. Follow-up tod78e129d50#14936 Closes #15078
This commit is contained in:
parent
842f88434f
commit
8a8719d2e1
1 changed files with 2 additions and 8 deletions
|
|
@ -1608,14 +1608,8 @@ endif()
|
|||
|
||||
unset(CMAKE_REQUIRED_FLAGS)
|
||||
|
||||
option(ENABLE_WEBSOCKETS "Enable WebSockets (experimental)" OFF)
|
||||
|
||||
foreach(_curl_test IN ITEMS
|
||||
HAVE_GLIBC_STRERROR_R
|
||||
HAVE_POSIX_STRERROR_R
|
||||
)
|
||||
curl_internal_test(${_curl_test})
|
||||
endforeach()
|
||||
curl_internal_test(HAVE_GLIBC_STRERROR_R)
|
||||
curl_internal_test(HAVE_POSIX_STRERROR_R)
|
||||
|
||||
# Check for reentrant
|
||||
foreach(_curl_test IN ITEMS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue