mirror of https://gitee.com/bigwinds/arangodb
use LDAP_PATH instead of fixed one (#9812)
This commit is contained in:
parent
f59789e591
commit
35e307934c
|
@ -645,8 +645,8 @@ if (USE_ENTERPRISE)
|
|||
)
|
||||
else()
|
||||
target_link_libraries(arangoserver
|
||||
ldap
|
||||
lber
|
||||
${LDAP_LIB}
|
||||
${LBER_LIB}
|
||||
${OPENSSL_LIBRARIES}
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue