]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
INSTALL-CMAKE.md: fix descriptions for LDAP dependency options
authorViktor Szakats <commit@vsz.me>
Mon, 20 Oct 2025 22:11:00 +0000 (00:11 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 20 Oct 2025 23:08:05 +0000 (01:08 +0200)
After introducing the local FindLDAP module, these options work the same
way as with other dependencies.

Follow-up to 49f2a23d509645d534cbb2e2ffbd6347fac6e59e #15273

Closes #19170

docs/INSTALL-CMAKE.md

index e5c6b0d375e67b141e778650b787b9e0b7e9484a..1c5fee1b0d0f3c9a726bdd67d66551e710790eb8 100644 (file)
@@ -405,9 +405,9 @@ Details via CMake
 - `CARES_LIBRARY`:                          Path to `cares` library.
 - `DL_LIBRARY`:                             Path to `dl` library. (for Rustls)
 - `GSS_ROOT_DIR`:                           Set this variable to the root installation of GSS. (also supported as environment)
-- `LDAP_LIBRARY`:                           Name or full path to `ldap` library. Default: `ldap`
-- `LDAP_LBER_LIBRARY`:                      Name or full path to `lber` library. Default: `lber`
-- `LDAP_INCLUDE_DIR`:                       Path to LDAP include directory.
+- `LDAP_INCLUDE_DIR`:                       The LDAP include directory.
+- `LDAP_LIBRARY`:                           Path to `ldap` library.
+- `LDAP_LBER_LIBRARY`:                      Path to `lber` library.
 - `LIBGSASL_INCLUDE_DIR`:                   The libgsasl include directory.
 - `LIBGSASL_LIBRARY`:                       Path to `libgsasl` library.
 - `LIBIDN2_INCLUDE_DIR`:                    The libidn2 include directory.