1
0
Fork 0

use LDAP_PATH instead of fixed one (#9812)

This commit is contained in:
Frank Celler 2019-08-27 10:13:17 +02:00 committed by Frank Celler
parent f59789e591
commit 35e307934c
1 changed files with 2 additions and 2 deletions

View File

@ -645,8 +645,8 @@ if (USE_ENTERPRISE)
)
else()
target_link_libraries(arangoserver
ldap
lber
${LDAP_LIB}
${LBER_LIB}
${OPENSSL_LIBRARIES}
)
endif()