From c73b80a3cda5a87eb4c4db78e565f90711227025 Mon Sep 17 00:00:00 2001 From: Tal Regev Date: Thu, 1 Aug 2024 23:13:42 +0300 Subject: [PATCH] cmake: add gnutls to multissl feature Closes #14345 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ea35e7030..990c745b5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -419,6 +419,7 @@ count_true(enabled_ssl_options_count CURL_USE_MBEDTLS CURL_USE_BEARSSL CURL_USE_WOLFSSL + CURL_USE_GNUTLS ) if(enabled_ssl_options_count GREATER "1") set(CURL_WITH_MULTI_SSL ON)