INSTALL-CMAKE.md: fix descriptions for LDAP dependency options

After introducing the local FindLDAP module, these options work the same
way as with other dependencies.

Follow-up to 49f2a23d50 #15273

Closes #19170
This commit is contained in:
Viktor Szakats 2025-10-21 00:11:00 +02:00
parent 921ff01263
commit 1afdb65b55
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View 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.