]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake/FindLibssh: sync header comment with other modules
authorViktor Szakats <commit@vsz.me>
Sun, 22 Dec 2024 10:16:24 +0000 (11:16 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 22 Dec 2024 10:47:19 +0000 (11:47 +0100)
Follow-up to f66af623cfbf469ddef493dacca5bc760417021a #15388

CMake/FindLibssh.cmake

index 2b95fd80a3b2c4e727918cb09d715ff00fb132df..c4a0f622d515eee9c3ee2cde5aa0471f39b6468d 100644 (file)
 #
 # 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