mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
curl: Restore check for BoringSSL in vendored build
As of commit 15266bf2a4 (Utilities: Avoid OpenSSL version check under
forks, 2026-07-21) we do, in fact, need this info.
Fixes: #27978
This commit is contained in:
@@ -88,7 +88,6 @@ set(ENABLE_THREADED_RESOLVER OFF CACHE INTERNAL "No curl POSIX threaded DNS look
|
||||
set(ENABLE_UNICODE ON)
|
||||
set(ENABLE_UNIX_SOCKETS OFF CACHE INTERNAL "No curl Unix domain sockets support")
|
||||
set(HAVE_ATOMIC 0)
|
||||
set(HAVE_BORINGSSL 0) # we do not need this info
|
||||
set(HAVE_RECV 1)
|
||||
set(HAVE_SEND 1)
|
||||
set(HAVE_STDATOMIC_H 0)
|
||||
|
||||
Reference in New Issue
Block a user