Fix typo.

This commit is contained in:
Jan Vidar Krey 2014-05-10 01:08:32 +02:00
parent 3b38898045
commit 3e8699ab24
1 changed files with 1 additions and 1 deletions

View File

@ -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()