1
0
Fork 0

Revert "use LDAP_PATH instead of fixed one"

This reverts commit b2344a6430.
This commit is contained in:
Frank Celler 2019-08-26 19:13:39 +02:00
parent b2344a6430
commit 6cb71f5746
1 changed files with 2 additions and 2 deletions

View File

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