mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
INSTALL-CMAKE.md: document more settings requiring absolute paths
Cherry-picked from #20631 Closes #20637
This commit is contained in:
parent
6dc5f2948c
commit
c927b18d6b
1 changed files with 11 additions and 11 deletions
|
|
@ -399,8 +399,8 @@ Details via CMake
|
|||
|
||||
## Dependency options (tools)
|
||||
|
||||
- `CLANG_TIDY`: `clang-tidy` tool used with `CURL_CLANG_TIDY=ON`. Default: `clang-tidy`
|
||||
- `PERL_EXECUTABLE`: Perl binary used throughout the build and tests.
|
||||
- `CLANG_TIDY`: Absolute path to `clang-tidy` tool used with `CURL_CLANG_TIDY=ON`. Default: search for `clang-tidy`
|
||||
- `PERL_EXECUTABLE`: Absolute path to Perl binary used throughout the build and tests. Default: auto-detect
|
||||
|
||||
## Dependency options (libraries)
|
||||
|
||||
|
|
@ -501,15 +501,15 @@ Examples:
|
|||
|
||||
## Test tools
|
||||
|
||||
- `APXS`: Default: `apxs`
|
||||
- `CADDY`: Default: `caddy`
|
||||
- `HTTPD_NGHTTPX`: Default: `nghttpx`
|
||||
- `HTTPD`: Default: `apache2`
|
||||
- `DANTED`: Default: `danted`
|
||||
- `TEST_NGHTTPX`: Default: `nghttpx`
|
||||
- `VSFTPD`: Default: `vsftps`
|
||||
- `SSHD`: Default: `sshd`
|
||||
- `SFTPD`: Default: `sftp-server`
|
||||
- `APXS`: Absolute path. Default: search for `apxs`
|
||||
- `CADDY`: Absolute path. Default: search for `caddy`
|
||||
- `HTTPD_NGHTTPX`: Absolute path. Default: search for `nghttpx`
|
||||
- `HTTPD`: Absolute path. Default: search for `apache2`
|
||||
- `DANTED`: Absolute path. Default: search for `danted`
|
||||
- `TEST_NGHTTPX`: Absolute path. Default: search for `nghttpx`
|
||||
- `VSFTPD`: Absolute path. Default: search for `vsftps`
|
||||
- `SSHD`: Absolute path. Default: search for `sshd`
|
||||
- `SFTPD`: Absolute path. Default: search for `sftp-server`
|
||||
|
||||
## Feature detection variables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue