mirror of
https://github.com/curl/curl.git
synced 2026-04-14 23:51:42 +03:00
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:
parent
921ff01263
commit
1afdb65b55
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue