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()
|
else()
|
||||||
target_link_libraries(arangoserver
|
target_link_libraries(arangoserver
|
||||||
ldap
|
${LDAP_LIB}
|
||||||
lber
|
${LBER_LIB}
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_LIBRARIES}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue