FindCURL¶
Find the native CURL headers and libraries.
在 3.14 版被加入: This module accept optional COMPONENTS to check supported features and protocols:
PROTOCOLS: ICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3
POP3S RTMP RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP
FEATURES: SSL IPv6 UnixSockets libz AsynchDNS IDN GSS-API PSL SPNEGO
Kerberos NTLM NTLM_WB TLS-SRP HTTP2 HTTPS-proxy
Imported Targets¶
在 3.12 版被加入.
This module defines IMPORTED target CURL::libcurl, if
curl has been found.
Result Variables¶
This module defines the following variables:
CURL_FOUND"True" if
curlfound.CURL_INCLUDE_DIRSwhere to find
curl/curl.h, etc.CURL_LIBRARIESList of libraries when using
curl.CURL_VERSION在 4.0 版被加入.
The version of
curlfound. This supersedesCURL_VERSION_STRING.CURL_VERSION_STRINGThe version of
curlfound. Superseded byCURL_VERSION.
在 3.13 版被加入: Debug and Release variants are found separately.
CURL CMake¶
在 3.17 版被加入.
If CURL was built using the CMake buildsystem then it provides its own
CURLConfig.cmake file for use with the find_package() command's
config mode. This module looks for this file and, if found,
returns its results with no further action.
Set CURL_NO_CURL_CMAKE to ON to disable this search.
Hints¶
CURL_USE_STATIC_LIBS
在 3.28 版被加入.
Set to
TRUEto use static libraries.This is meaningful only when CURL is not found via its CMake Package Configuration file.