Sha256: d34237065925414af114047ed7c1345e730a16cd0786eb07ba7ffc6b5e53dbf7
Contents?: true
Size: 432 Bytes
Versions: 5
Compression:
Stored size: 432 Bytes
Contents
# LIBSSH2_FOUND - system has the libssh2 library # LIBSSH2_INCLUDE_DIR - the libssh2 include directory # LIBSSH2_LIBRARY - the libssh2 library name FIND_PATH(LIBSSH2_INCLUDE_DIR libssh2.h) FIND_LIBRARY(LIBSSH2_LIBRARY NAMES ssh2 libssh2) INCLUDE(FindPackageHandleStandardArgs) find_package_handle_standard_args(LibSSH2 REQUIRED_VARS LIBSSH2_LIBRARY LIBSSH2_INCLUDE_DIR) MARK_AS_ADVANCED(LIBSSH2_INCLUDE_DIR LIBSSH2_LIBRARY)
Version data entries
5 entries across 5 versions & 1 rubygems