diff --git a/cmake/FindLibgcrypt.cmake b/cmake/FindLibgcrypt.cmake index 4582ce9b..3d0b8eb9 100644 --- a/cmake/FindLibgcrypt.cmake +++ b/cmake/FindLibgcrypt.cmake @@ -2,21 +2,21 @@ # SPDX-License-Identifier: BSD-3-Clause # ########################################################################### -# Find the libgcrypt library +# Find the Libgcrypt library # # 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. # # Result variables: # -# LIBGCRYPT_FOUND System has libgcrypt -# LIBGCRYPT_INCLUDE_DIRS The libgcrypt include directories -# LIBGCRYPT_LIBRARIES The libgcrypt library names -# LIBGCRYPT_LIBRARY_DIRS The libgcrypt library directories -# LIBGCRYPT_CFLAGS Required compiler flags -# LIBGCRYPT_VERSION Version of libgcrypt +# - `LIBGCRYPT_FOUND`: System has Libgcrypt. +# - `LIBGCRYPT_INCLUDE_DIRS`: The Libgcrypt include directories. +# - `LIBGCRYPT_LIBRARIES`: The Libgcrypt library names. +# - `LIBGCRYPT_LIBRARY_DIRS`: The Libgcrypt library directories. +# - `LIBGCRYPT_CFLAGS`: Required compiler flags. +# - `LIBGCRYPT_VERSION`: Version of Libgcrypt. if((UNIX OR VCPKG_TOOLCHAIN OR (MINGW AND NOT CMAKE_CROSSCOMPILING)) AND NOT DEFINED LIBGCRYPT_INCLUDE_DIR AND diff --git a/cmake/FindMbedTLS.cmake b/cmake/FindMbedTLS.cmake index 26bc5655..94193d3d 100644 --- a/cmake/FindMbedTLS.cmake +++ b/cmake/FindMbedTLS.cmake @@ -2,21 +2,21 @@ # SPDX-License-Identifier: BSD-3-Clause # ########################################################################### -# Find the mbedtls library +# Find the mbedTLS library # # 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. # # Result variables: # -# MBEDTLS_FOUND System has mbedtls -# MBEDTLS_INCLUDE_DIRS The mbedtls include directories -# MBEDTLS_LIBRARIES The mbedtls library names -# MBEDTLS_LIBRARY_DIRS The mbedtls library directories -# MBEDTLS_CFLAGS Required compiler flags -# MBEDTLS_VERSION Version of mbedtls +# - `MBEDTLS_FOUND`: System has mbedTLS. +# - `MBEDTLS_INCLUDE_DIRS`: The mbedTLS include directories. +# - `MBEDTLS_LIBRARIES`: The mbedTLS library names. +# - `MBEDTLS_LIBRARY_DIRS`: The mbedTLS library directories. +# - `MBEDTLS_CFLAGS`: Required compiler flags. +# - `MBEDTLS_VERSION`: Version of mbedTLS. if((UNIX OR VCPKG_TOOLCHAIN OR (MINGW AND NOT CMAKE_CROSSCOMPILING)) AND NOT DEFINED MBEDTLS_INCLUDE_DIR AND diff --git a/cmake/FindWolfSSL.cmake b/cmake/FindWolfSSL.cmake index f66a59df..3d10361e 100644 --- a/cmake/FindWolfSSL.cmake +++ b/cmake/FindWolfSSL.cmake @@ -2,21 +2,21 @@ # SPDX-License-Identifier: BSD-3-Clause # ########################################################################### -# Find the wolfssl library +# Find the wolfSSL library # # 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. # # Result variables: # -# WOLFSSL_FOUND System has wolfssl -# WOLFSSL_INCLUDE_DIRS The wolfssl include directories -# WOLFSSL_LIBRARIES The wolfssl library names -# WOLFSSL_LIBRARY_DIRS The wolfssl library directories -# WOLFSSL_CFLAGS Required compiler flags -# WOLFSSL_VERSION Version of wolfssl +# - `WOLFSSL_FOUND`: System has wolfSSL. +# - `WOLFSSL_INCLUDE_DIRS`: The wolfSSL include directories. +# - `WOLFSSL_LIBRARIES`: The wolfSSL library names. +# - `WOLFSSL_LIBRARY_DIRS`: The wolfSSL library directories. +# - `WOLFSSL_CFLAGS`: Required compiler flags. +# - `WOLFSSL_VERSION`: Version of wolfSSL. if((UNIX OR VCPKG_TOOLCHAIN OR (MINGW AND NOT CMAKE_CROSSCOMPILING)) AND NOT DEFINED WOLFSSL_INCLUDE_DIR AND