]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: document `SH_EXECUTABLE` option
authorViktor Szakats <commit@vsz.me>
Tue, 25 Mar 2025 23:39:20 +0000 (00:39 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 25 Mar 2025 23:54:04 +0000 (00:54 +0100)
Closes #16830

docs/INSTALL-CMAKE.md

index 5375ef11f1397b6b379e41ae388f54593c4f1722..b845cb0bd6d791ce1697db0382a44a039ed4f50c 100644 (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.