# HG changeset patch # User Sebastien Decugis # Date 1311919277 -7200 # Node ID 618667a0322cbebd9b949f26cd76267bfdf8ea0b # Parent 96c75744d3c4f107a77782baa4261d3e136d37a4 Fix typo diff -r 96c75744d3c4 -r 618667a0322c cmake/Modules/FindGnuTLS.cmake --- a/cmake/Modules/FindGnuTLS.cmake Thu Jul 28 23:49:17 2011 +0200 +++ b/cmake/Modules/FindGnuTLS.cmake Fri Jul 29 08:01:17 2011 +0200 @@ -4,7 +4,7 @@ # GNUTLS_FOUND - True if gnutls found. # GNUTLS_INCLUDE_DIR - where to find gnutls.h, etc. # GNUTLS_LIBRARIES - List of libraries when using gnutls. -# GNUTLS_NEW_VERSION - true if GnuTLS version is <= 2.10.0 (does not require additional separate gcrypt initialization) +# GNUTLS_NEW_VERSION - true if GnuTLS version is >= 2.10.0 (does not require additional separate gcrypt initialization) if (GNUTLS_INCLUDE_DIR AND GNUTLS_LIBRARIES) set(GNUTLS_FIND_QUIETLY TRUE)