cmake: document SH_EXECUTABLE option

Closes #16830
This commit is contained in:
Viktor Szakats 2025-03-26 00:39:20 +01:00
parent 7d1a5c6bdf
commit 1447726663
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -387,10 +387,14 @@ Details via CMake
- `ZLIB_LIBRARY`: Path to `zlib` library.
- `ZLIB_USE_STATIC_LIBS`: Look for static ZLIB library (requires CMake v3.24).
## Dependency options
## 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.
- `PERL_EXECUTABLE`: Perl binary used throughout the build and tests.
- `SH_EXECUTABLE`: POSIX shell binary used throughout the build (for generating test certificates).
## Dependency options (libraries)
- `AMISSL_INCLUDE_DIR`: The AmiSSL include directory.
- `AMISSL_STUBS_LIBRARY`: Path to `amisslstubs` library.
- `AMISSL_AUTO_LIBRARY`: Path to `amisslauto` library.