Skip to content
Snippets Groups Projects
Commit d7ef73b3 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

fix: ldap library lookup on macos

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
parent cbd79b11
No related branches found
No related tags found
1 merge request!149fix: ldap library lookup on macos
Pipeline #31574 passed
......@@ -17,12 +17,12 @@ if(APPLE)
/usr/local/opt/openldap/include
/opt/local/include
NO_CMAKE_SYSTEM_PATH)
find_path(LDAP_LIBRARIES NAMES ldap PATHS
find_library(LDAP_LIBRARIES NAMES ldap PATHS
/usr/local/lib
/usr/local/opt/openldap/lib
/opt/local/lib
NO_CMAKE_SYSTEM_PATH)
find_path(LBER_LIBRARIES NAMES lber PATHS
find_library(LBER_LIBRARIES NAMES lber PATHS
/usr/local/lib
/usr/local/opt/openldap/lib
/opt/local/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment