1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-12-24 19:37:49 +03:00

cmake: whitespace in Find modules [ci skip]

Cherry-picked from #1581
This commit is contained in:
Viktor Szakats
2025-04-23 16:32:26 +02:00
parent 09c948c93c
commit 3ae5ae3248
3 changed files with 15 additions and 15 deletions

View File

@@ -6,14 +6,14 @@
#
# Input variables:
#
# - `LIBGCRYPT_INCLUDE_DIR`: The Libgcrypt include directory.
# - `LIBGCRYPT_LIBRARY`: Path to `libgcrypt` library.
# - `LIBGCRYPT_INCLUDE_DIR`: The Libgcrypt include directory.
# - `LIBGCRYPT_LIBRARY`: Path to `libgcrypt` library.
#
# Defines:
#
# - `LIBGCRYPT_FOUND`: System has Libgcrypt.
# - `LIBGCRYPT_VERSION`: Version of Libgcrypt.
# - `libssh2::libgcrypt`: libgcrypt library target.
# - `LIBGCRYPT_FOUND`: System has Libgcrypt.
# - `LIBGCRYPT_VERSION`: Version of Libgcrypt.
# - `libssh2::libgcrypt`: libgcrypt library target.
set(_libgcrypt_pc_requires "libgcrypt")

View File

@@ -6,14 +6,14 @@
#
# Input variables:
#
# - `MBEDTLS_INCLUDE_DIR`: The mbedTLS include directory.
# - `MBEDCRYPTO_LIBRARY`: Path to `mbedcrypto` library.
# - `MBEDTLS_INCLUDE_DIR`: The mbedTLS include directory.
# - `MBEDCRYPTO_LIBRARY`: Path to `mbedcrypto` library.
#
# Defines:
#
# - `MBEDTLS_FOUND`: System has mbedTLS.
# - `MBEDTLS_VERSION`: Version of mbedTLS.
# - `libssh2::mbedcrypto`: mbedcrypto library target.
# - `MBEDTLS_FOUND`: System has mbedTLS.
# - `MBEDTLS_VERSION`: Version of mbedTLS.
# - `libssh2::mbedcrypto`: mbedcrypto library target.
set(_mbedtls_pc_requires "mbedcrypto")

View File

@@ -6,14 +6,14 @@
#
# Input variables:
#
# - `WOLFSSL_INCLUDE_DIR`: The wolfSSL include directory.
# - `WOLFSSL_LIBRARY`: Path to `wolfssl` library.
# - `WOLFSSL_INCLUDE_DIR`: The wolfSSL include directory.
# - `WOLFSSL_LIBRARY`: Path to `wolfssl` library.
#
# Defines:
#
# - `WOLFSSL_FOUND`: System has wolfSSL.
# - `WOLFSSL_VERSION`: Version of wolfSSL.
# - `libssh2::wolfssl`: wolfssl library target.
# - `WOLFSSL_FOUND`: System has wolfSSL.
# - `WOLFSSL_VERSION`: Version of wolfSSL.
# - `libssh2::wolfssl`: wolfssl library target.
set(_wolfssl_pc_requires "wolfssl")