mirror of
https://github.com/ceph/ceph
synced 2025-01-12 06:00:46 +00:00
cmake: fix the detection of curl_multi_wait()
it was broken by b5bb77d5
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
0f55402401
commit
5e58249362
@ -276,7 +276,7 @@ find_package(libuuid REQUIRED)
|
||||
find_package(CURL REQUIRED)
|
||||
set(CMAKE_REQUIRED_INCLUDES ${CURL_INCLUDE_DIRS})
|
||||
set(CMAKE_REQUIRED_LIBRARIES ${CURL_LIBRARIES})
|
||||
CHECK_SYMBOL_EXISTS(curl_multi_wait "curl.h" HAVE_CURL_MULTI_WAIT)
|
||||
CHECK_SYMBOL_EXISTS(curl_multi_wait curl/curl.h HAVE_CURL_MULTI_WAIT)
|
||||
|
||||
# nss or cryptopp?
|
||||
option(WITH_NSS "Use NSS crypto and SSL implementations" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user