mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:03:38 +03:00
cmake: verify if options are listed in INSTALL-CMAKE.md
Also: - add one debug option to pass the test. Ref: https://github.com/curl/curl/discussions/14885#discussioncomment-10632311 Closes #22404
This commit is contained in:
parent
f9dc57a149
commit
7484874fdf
4 changed files with 41 additions and 5 deletions
|
|
@ -203,6 +203,7 @@ target_link_libraries(my_target PRIVATE CURL::libcurl)
|
|||
- `CURL_COMPLETION_FISH_DIR`: Custom fish completion install directory.
|
||||
- `CURL_COMPLETION_ZSH`: Install zsh completions. Default: `OFF`
|
||||
- `CURL_COMPLETION_ZSH_DIR`: Custom zsh completion install directory.
|
||||
- `CURL_DEBUG_GLOBAL_MEM`: Debug `curl_global_init_mem`. Default: `OFF`
|
||||
- `CURL_DEFAULT_SSL_BACKEND`: Override default TLS backend in MultiSSL builds.
|
||||
Accepted values in order of default priority:
|
||||
`wolfssl`, `gnutls`, `mbedtls`, `openssl`, `schannel`, `rustls`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue