mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:13:31 +03:00
cmake: fix internal variable names in Rustls detection
Follow-up to ed76a23fcc #14534
Closes #14719
This commit is contained in:
parent
5b87b4edf9
commit
1b0568539d
1 changed files with 2 additions and 2 deletions
|
|
@ -656,9 +656,9 @@ if(CURL_USE_RUSTLS)
|
|||
include_directories(${RUSTLS_INCLUDE_DIRS})
|
||||
|
||||
if(CURL_DEFAULT_SSL_BACKEND AND CURL_DEFAULT_SSL_BACKEND STREQUAL "rustls")
|
||||
set(valid_default_ssl_backend TRUE)
|
||||
set(_valid_default_ssl_backend TRUE)
|
||||
endif()
|
||||
set(curl_ca_bundle_supported TRUE)
|
||||
set(_curl_ca_bundle_supported TRUE)
|
||||
endif()
|
||||
|
||||
if(CURL_DEFAULT_SSL_BACKEND AND NOT _valid_default_ssl_backend)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue