From a91b2a0beb917d04a48ee4f23e9ef8d8de61b93f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 22 Dec 2024 11:16:24 +0100 Subject: [PATCH] cmake/FindLibssh: sync header comment with other modules Follow-up to f66af623cfbf469ddef493dacca5bc760417021a #15388 --- CMake/FindLibssh.cmake | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.47.3