cmake: add gnutls to multissl feature

Closes #14345
This commit is contained in:
Tal Regev 2024-08-01 23:13:42 +03:00 committed by Daniel Stenberg
parent 1f61db5907
commit c73b80a3cd
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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)