mirror of
https://github.com/curl/curl.git
synced 2026-04-21 08:12:12 +03:00
cmake: formatting [ci skip]
This commit is contained in:
parent
603224fe52
commit
c8d800a2f0
1 changed files with 2 additions and 2 deletions
|
|
@ -1418,8 +1418,8 @@ endif()
|
|||
if(_curl_ca_bundle_supported)
|
||||
set(CURL_CA_BUNDLE "auto" CACHE
|
||||
STRING "Path to the CA bundle. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
|
||||
set(CURL_CA_FALLBACK OFF CACHE BOOL
|
||||
"Use built-in CA store of TLS backend. Defaults to OFF")
|
||||
set(CURL_CA_FALLBACK OFF CACHE
|
||||
BOOL "Use built-in CA store of TLS backend. Defaults to OFF")
|
||||
set(CURL_CA_PATH "auto" CACHE
|
||||
STRING "Location of default CA path. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
|
||||
set(CURL_CA_EMBED "" CACHE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue