Skip to content

Commit a8ef025

Browse files
committed
cmake: bump minimum GnuTLS version to 3.7.4
We need gnutls_ciphersuite_get which was introduced in 3.7.4.
1 parent 3a38900 commit a8ef025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/SeastarDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ macro (seastar_find_dependencies)
8888
endif()
8989
seastar_find_dep (fmt 8.1.1 REQUIRED)
9090
seastar_find_dep (lz4 1.7.3 REQUIRED)
91-
seastar_find_dep (GnuTLS 3.3.26 REQUIRED)
91+
seastar_find_dep (GnuTLS 3.7.4 REQUIRED)
9292
if (Seastar_IO_URING)
9393
seastar_find_dep (LibUring 2.0 REQUIRED)
9494
endif()

0 commit comments

Comments
 (0)