Sha256: 9f321f463d5a420f77029fbb9588374cd89fc80ccd9e5769c599f3deb6ea35ef
Contents?: true
Size: 549 Bytes
Versions: 16
Compression:
Stored size: 549 Bytes
Contents
include(FindDependency) if (WIN32) find_dependency(OPENSSL DISPLAY "OpenSSL" HEADERS "openssl/ssl.h" LIBRARIES "crypto" "libeay32" REQUIRED) else() find_dependency(OPENSSL DISPLAY "OpenSSL" HEADERS "openssl/ssl.h" LIBRARIES "crypto" REQUIRED) endif() include(FeatureSummary) set_package_properties(OPENSSL PROPERTIES DESCRIPTION "An open-source implementation of the SSL and TLS protocols" URL "https://www.openssl.org/") set_package_properties(OPENSSL PROPERTIES TYPE OPTIONAL PURPOSE "Enables SSH fingerprinting facts on POSIX systems.")
Version data entries
16 entries across 16 versions & 2 rubygems