diff --git a/CMake/FindBrotli.cmake b/CMake/FindBrotli.cmake index f56e5337d6..41c1f73311 100644 --- a/CMake/FindBrotli.cmake +++ b/CMake/FindBrotli.cmake @@ -38,6 +38,7 @@ # - `BROTLI_PC_REQUIRES`: The brotli pkg-config packages. # - `BROTLI_CFLAGS`: Required compiler flags. # - `BROTLI_VERSION`: Version of brotli. +# - `CURL::brotli`: brotli library target. set(BROTLI_PC_REQUIRES "libbrotlidec" "libbrotlicommon") # order is significant: brotlidec then brotlicommon diff --git a/CMake/FindCares.cmake b/CMake/FindCares.cmake index 825e1e6ac4..b2bd0f33f3 100644 --- a/CMake/FindCares.cmake +++ b/CMake/FindCares.cmake @@ -37,6 +37,7 @@ # - `CARES_PC_REQUIRES`: The c-ares pkg-config packages. # - `CARES_CFLAGS`: Required compiler flags. # - `CARES_VERSION`: Version of c-ares. +# - `CURL::cares`: c-ares library target. set(CARES_PC_REQUIRES "libcares") diff --git a/CMake/FindGSS.cmake b/CMake/FindGSS.cmake index a18cb55276..9e24f0018e 100644 --- a/CMake/FindGSS.cmake +++ b/CMake/FindGSS.cmake @@ -38,6 +38,7 @@ # - `GSS_CFLAGS`: Required compiler flags. # - `GSS_VERSION`: This is set to version advertised by pkg-config or read from manifest. # In case the library is found but no version info available it is set to "unknown" +# - `CURL::gss`: GSS library target. set(_gnu_modname "gss") set(_mit_modname "mit-krb5-gssapi") diff --git a/CMake/FindLDAP.cmake b/CMake/FindLDAP.cmake index dc2b9326a2..40183ad620 100644 --- a/CMake/FindLDAP.cmake +++ b/CMake/FindLDAP.cmake @@ -38,6 +38,7 @@ # - `LDAP_PC_REQUIRES`: The ldap pkg-config packages. # - `LDAP_CFLAGS`: Required compiler flags. # - `LDAP_VERSION`: Version of ldap. +# - `CURL::ldap`: ldap library target. set(LDAP_PC_REQUIRES "ldap" "lber") diff --git a/CMake/FindLibgsasl.cmake b/CMake/FindLibgsasl.cmake index 332d3b41aa..bc4324eabf 100644 --- a/CMake/FindLibgsasl.cmake +++ b/CMake/FindLibgsasl.cmake @@ -37,6 +37,7 @@ # - `LIBGSASL_PC_REQUIRES`: The libgsasl pkg-config packages. # - `LIBGSASL_CFLAGS`: Required compiler flags. # - `LIBGSASL_VERSION`: Version of libgsasl. +# - `CURL::libgsasl`: libgsasl library target. set(LIBGSASL_PC_REQUIRES "libgsasl") diff --git a/CMake/FindLibidn2.cmake b/CMake/FindLibidn2.cmake index adedb4cbaa..7174315598 100644 --- a/CMake/FindLibidn2.cmake +++ b/CMake/FindLibidn2.cmake @@ -37,6 +37,7 @@ # - `LIBIDN2_PC_REQUIRES`: The libidn2 pkg-config packages. # - `LIBIDN2_CFLAGS`: Required compiler flags. # - `LIBIDN2_VERSION`: Version of libidn2. +# - `CURL::libidn2`: libidn2 library target. set(LIBIDN2_PC_REQUIRES "libidn2") diff --git a/CMake/FindLibpsl.cmake b/CMake/FindLibpsl.cmake index aa75dc458a..277eedfe74 100644 --- a/CMake/FindLibpsl.cmake +++ b/CMake/FindLibpsl.cmake @@ -37,6 +37,7 @@ # - `LIBPSL_PC_REQUIRES`: The libpsl pkg-config packages. # - `LIBPSL_CFLAGS`: Required compiler flags. # - `LIBPSL_VERSION`: Version of libpsl. +# - `CURL::libpsl`: libpsl library target. set(LIBPSL_PC_REQUIRES "libpsl") diff --git a/CMake/FindLibrtmp.cmake b/CMake/FindLibrtmp.cmake index 1cbd77d377..715cf174b9 100644 --- a/CMake/FindLibrtmp.cmake +++ b/CMake/FindLibrtmp.cmake @@ -37,6 +37,7 @@ # - `LIBRTMP_PC_REQUIRES`: The librtmp pkg-config packages. # - `LIBRTMP_CFLAGS`: Required compiler flags. # - `LIBRTMP_VERSION`: Version of librtmp. +# - `CURL::librtmp`: librtmp library target. set(LIBRTMP_PC_REQUIRES "librtmp") diff --git a/CMake/FindLibssh.cmake b/CMake/FindLibssh.cmake index e0978cb70d..e0ef38d86f 100644 --- a/CMake/FindLibssh.cmake +++ b/CMake/FindLibssh.cmake @@ -37,6 +37,7 @@ # - `LIBSSH_PC_REQUIRES`: The libssh pkg-config packages. # - `LIBSSH_CFLAGS`: Required compiler flags. # - `LIBSSH_VERSION`: Version of libssh. +# - `CURL::libssh`: libssh library target. set(LIBSSH_PC_REQUIRES "libssh") diff --git a/CMake/FindLibssh2.cmake b/CMake/FindLibssh2.cmake index 7a564c7575..b8d9e5d603 100644 --- a/CMake/FindLibssh2.cmake +++ b/CMake/FindLibssh2.cmake @@ -37,6 +37,7 @@ # - `LIBSSH2_PC_REQUIRES`: The libssh2 pkg-config packages. # - `LIBSSH2_CFLAGS`: Required compiler flags. # - `LIBSSH2_VERSION`: Version of libssh2. +# - `CURL::libssh2`: libssh2 library target. set(LIBSSH2_PC_REQUIRES "libssh2") diff --git a/CMake/FindLibuv.cmake b/CMake/FindLibuv.cmake index 12a27a594e..fceb2beee8 100644 --- a/CMake/FindLibuv.cmake +++ b/CMake/FindLibuv.cmake @@ -37,6 +37,7 @@ # - `LIBUV_PC_REQUIRES`: The libuv pkg-config packages. # - `LIBUV_CFLAGS`: Required compiler flags. # - `LIBUV_VERSION`: Version of libuv. +# - `CURL::libuv`: libuv library target. set(LIBUV_PC_REQUIRES "libuv") diff --git a/CMake/FindMbedTLS.cmake b/CMake/FindMbedTLS.cmake index 02c7403bc4..ba3609e2d8 100644 --- a/CMake/FindMbedTLS.cmake +++ b/CMake/FindMbedTLS.cmake @@ -39,6 +39,7 @@ # - `MBEDTLS_PC_REQUIRES`: The mbedTLS pkg-config packages. # - `MBEDTLS_CFLAGS`: Required compiler flags. # - `MBEDTLS_VERSION`: Version of mbedTLS. +# - `CURL::mbedtls`: mbedTLS library target. if(DEFINED MBEDTLS_INCLUDE_DIRS AND NOT DEFINED MBEDTLS_INCLUDE_DIR) message(WARNING "MBEDTLS_INCLUDE_DIRS is deprecated, use MBEDTLS_INCLUDE_DIR instead.") diff --git a/CMake/FindNGHTTP2.cmake b/CMake/FindNGHTTP2.cmake index 4a9daf4a77..5a0bddd2f8 100644 --- a/CMake/FindNGHTTP2.cmake +++ b/CMake/FindNGHTTP2.cmake @@ -37,6 +37,7 @@ # - `NGHTTP2_PC_REQUIRES`: The nghttp2 pkg-config packages. # - `NGHTTP2_CFLAGS`: Required compiler flags. # - `NGHTTP2_VERSION`: Version of nghttp2. +# - `CURL::nghttp2`: nghttp2 library target. set(NGHTTP2_PC_REQUIRES "libnghttp2") diff --git a/CMake/FindNGHTTP3.cmake b/CMake/FindNGHTTP3.cmake index a27e80e0cd..a4e4078f9b 100644 --- a/CMake/FindNGHTTP3.cmake +++ b/CMake/FindNGHTTP3.cmake @@ -37,6 +37,7 @@ # - `NGHTTP3_PC_REQUIRES`: The nghttp3 pkg-config packages. # - `NGHTTP3_CFLAGS`: Required compiler flags. # - `NGHTTP3_VERSION`: Version of nghttp3. +# - `CURL::nghttp3`: nghttp3 library target. set(NGHTTP3_PC_REQUIRES "libnghttp3") diff --git a/CMake/FindNGTCP2.cmake b/CMake/FindNGTCP2.cmake index 09762a7441..1666569f4b 100644 --- a/CMake/FindNGTCP2.cmake +++ b/CMake/FindNGTCP2.cmake @@ -53,6 +53,7 @@ # - `NGTCP2_PC_REQUIRES`: The ngtcp2 pkg-config packages. # - `NGTCP2_CFLAGS`: Required compiler flags. # - `NGTCP2_VERSION`: Version of ngtcp2. +# - `CURL::ngtcp2`: ngtcp2 library target. if(NGTCP2_FIND_COMPONENTS) set(_ngtcp2_crypto_backend "") diff --git a/CMake/FindNettle.cmake b/CMake/FindNettle.cmake index 5b63549d3c..0e8c0f104c 100644 --- a/CMake/FindNettle.cmake +++ b/CMake/FindNettle.cmake @@ -37,6 +37,7 @@ # - `NETTLE_PC_REQUIRES`: The nettle pkg-config packages. # - `NETTLE_CFLAGS`: Required compiler flags. # - `NETTLE_VERSION`: Version of nettle. +# - `CURL::nettle`: nettle library target. set(NETTLE_PC_REQUIRES "nettle") diff --git a/CMake/FindQuiche.cmake b/CMake/FindQuiche.cmake index 45f71db45d..2dd2d967c4 100644 --- a/CMake/FindQuiche.cmake +++ b/CMake/FindQuiche.cmake @@ -37,6 +37,7 @@ # - `QUICHE_PC_REQUIRES`: The quiche pkg-config packages. # - `QUICHE_CFLAGS`: Required compiler flags. # - `QUICHE_VERSION`: Version of quiche. +# - `CURL::quiche`: quiche library target. set(QUICHE_PC_REQUIRES "quiche") diff --git a/CMake/FindRustls.cmake b/CMake/FindRustls.cmake index d33214faf1..30ca445366 100644 --- a/CMake/FindRustls.cmake +++ b/CMake/FindRustls.cmake @@ -37,6 +37,7 @@ # - `RUSTLS_PC_REQUIRES`: The Rustls pkg-config packages. # - `RUSTLS_CFLAGS`: Required compiler flags. # - `RUSTLS_VERSION`: Version of Rustls. +# - `CURL::rustls`: Rustls library target. set(RUSTLS_PC_REQUIRES "rustls") diff --git a/CMake/FindWolfSSL.cmake b/CMake/FindWolfSSL.cmake index 3457b13a11..76431e117a 100644 --- a/CMake/FindWolfSSL.cmake +++ b/CMake/FindWolfSSL.cmake @@ -37,6 +37,7 @@ # - `WOLFSSL_PC_REQUIRES`: The wolfSSL pkg-config packages. # - `WOLFSSL_CFLAGS`: Required compiler flags. # - `WOLFSSL_VERSION`: Version of wolfSSL. +# - `CURL::wolfssl`: wolfSSL library target. if(DEFINED WolfSSL_INCLUDE_DIR AND NOT DEFINED WOLFSSL_INCLUDE_DIR) message(WARNING "WolfSSL_INCLUDE_DIR is deprecated, use WOLFSSL_INCLUDE_DIR instead.") diff --git a/CMake/FindZstd.cmake b/CMake/FindZstd.cmake index 9470305142..7d8f307386 100644 --- a/CMake/FindZstd.cmake +++ b/CMake/FindZstd.cmake @@ -37,6 +37,7 @@ # - `ZSTD_PC_REQUIRES`: The zstd pkg-config packages. # - `ZSTD_CFLAGS`: Required compiler flags. # - `ZSTD_VERSION`: Version of zstd. +# - `CURL::zstd`: zstd library target. if(DEFINED Zstd_INCLUDE_DIR AND NOT DEFINED ZSTD_INCLUDE_DIR) message(WARNING "Zstd_INCLUDE_DIR is deprecated, use ZSTD_INCLUDE_DIR instead.")