mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:13:32 +03:00
cmake: CURL_CA_FALLBACK only works with OpenSSL
Ref: 2f6524ce3c #18364
Ref: #18362
Closes #18365
This commit is contained in:
parent
6d53263f0b
commit
d6c51a8fda
2 changed files with 6 additions and 2 deletions
|
|
@ -258,7 +258,7 @@ target_link_libraries(my_target PRIVATE CURL::libcurl)
|
|||
|
||||
- `CURL_CA_BUNDLE`: Path to the CA bundle. Set `none` to disable or `auto` for auto-detection. Default: `auto`
|
||||
- `CURL_CA_EMBED`: Path to the CA bundle to embed in the curl tool. Default: (disabled)
|
||||
- `CURL_CA_FALLBACK`: Use built-in CA store of TLS backend. Default: `OFF`
|
||||
- `CURL_CA_FALLBACK`: Use built-in CA store of OpenSSL. Default: `OFF`
|
||||
- `CURL_CA_PATH`: Location of default CA path. Set `none` to disable or `auto` for auto-detection. Default: `auto`
|
||||
- `CURL_CA_SEARCH_SAFE`: Enable safe CA bundle search (within the curl tool directory) on Windows. Default: `OFF`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue