Fix typo.
This commit is contained in:
@@ -39,7 +39,7 @@ if (SSL_SUPPORT)
|
|||||||
find_package(GnuTLS)
|
find_package(GnuTLS)
|
||||||
endif()
|
endif()
|
||||||
if (NOT GNUTLS_FOUND AND NOT OPENSSL_FOUND)
|
if (NOT GNUTLS_FOUND AND NOT OPENSSL_FOUND)
|
||||||
message(FATAL_ERROR "Neither OpenSSL nor GnuTLS are not found!")
|
message(FATAL_ERROR "Neither OpenSSL nor GnuTLS were found!")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user