Skip to content

Commit

Permalink
Fix for CONC-207: Minimum version for CMake is 3.4.0 (gnutls_set_prio…
Browse files Browse the repository at this point in the history
…rity_direct)
  • Loading branch information
9EOR9 committed Oct 11, 2016
1 parent 3837442 commit 7e2804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -256,7 +256,7 @@ IF(NOT WITH_SSL STREQUAL "OFF")
ENDIF()
ENDIF()
IF(WITH_SSL STREQUAL "GNUTLS")
FIND_PACKAGE(GnuTLS)
FIND_PACKAGE(GnuTLS "3.4.0")
IF(GNUTLS_FOUND)
ADD_DEFINITIONS(-DHAVE_GNUTLS -DHAVE_TLS)
SET(SSL_SOURCES "${CC_SOURCE_DIR}/libmariadb/secure/gnutls.c")
Expand Down

0 comments on commit 7e2804f

Please sign in to comment.