Fix typo.

这个提交包含在:
Jan Vidar Krey 2014-05-10 01:08:32 +02:00
父节点 3b38898045
当前提交 3e8699ab24

查看文件

@ -39,7 +39,7 @@ if (SSL_SUPPORT)
find_package(GnuTLS)
endif()
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()