From: Tal Regev Date: Thu, 1 Aug 2024 20:13:42 +0000 (+0300) Subject: cmake: add gnutls to multissl feature X-Git-Tag: curl-8_10_0~443 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c73b80a3cda5a87eb4c4db78e565f90711227025;p=thirdparty%2Fcurl.git cmake: add gnutls to multissl feature Closes #14345 --- 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)