From: Viktor Szakats Date: Sun, 22 Dec 2024 10:16:24 +0000 (+0100) Subject: cmake/FindLibssh: sync header comment with other modules X-Git-Tag: curl-8_12_0~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a91b2a0beb917d04a48ee4f23e9ef8d8de61b93f;p=thirdparty%2Fcurl.git cmake/FindLibssh: sync header comment with other modules Follow-up to f66af623cfbf469ddef493dacca5bc760417021a #15388 --- diff --git a/CMake/FindLibssh.cmake b/CMake/FindLibssh.cmake index 2b95fd80a3..c4a0f622d5 100644 --- a/CMake/FindLibssh.cmake +++ b/CMake/FindLibssh.cmake @@ -25,17 +25,17 @@ # # Input variables: # -# LIBSSH_INCLUDE_DIR The libssh include directory. -# LIBSSH_LIBRARY Path to libssh library. +# - `LIBSSH_INCLUDE_DIR`: The libssh include directory. +# - `LIBSSH_LIBRARY`: Path to libssh library. # # Result variables: # -# LIBSSH_FOUND System has libssh. -# LIBSSH_INCLUDE_DIRS The libssh include directories. -# LIBSSH_LIBRARIES The libssh library names. -# LIBSSH_LIBRARY_DIRS The libssh library directories. -# LIBSSH_CFLAGS Required compiler flags. -# LIBSSH_VERSION Version of libssh. +# - `LIBSSH_FOUND`: System has libssh. +# - `LIBSSH_INCLUDE_DIRS`: The libssh include directories. +# - `LIBSSH_LIBRARIES`: The libssh library names. +# - `LIBSSH_LIBRARY_DIRS`: The libssh library directories. +# - `LIBSSH_CFLAGS`: Required compiler flags. +# - `LIBSSH_VERSION`: Version of libssh. if(CURL_USE_PKGCONFIG AND NOT DEFINED LIBSSH_INCLUDE_DIR AND