mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
cmake: add LDAP Find module
Move LDAP detection to its own Find module. It supports `pkg-config` and the standard detection method used for other dependencies, with version detection. In curl CI it fixes LDAP detection in the OpenBSD job. Closes #15273
This commit is contained in:
parent
ae3ca135d1
commit
49f2a23d50
3 changed files with 126 additions and 46 deletions
|
|
@ -36,6 +36,7 @@ CMAKE_DIST = \
|
|||
CMake/FindBrotli.cmake \
|
||||
CMake/FindCares.cmake \
|
||||
CMake/FindGSS.cmake \
|
||||
CMake/FindLDAP.cmake \
|
||||
CMake/FindLibgsasl.cmake \
|
||||
CMake/FindLibidn2.cmake \
|
||||
CMake/FindLibpsl.cmake \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue