Skip to content

Commit 44cea5d

Browse files
committed
testldap: Reinstate Windows LDAP library for legacy tests
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1924334 13f79535-47bb-0310-9956-ffa450edef68
1 parent bc49b80 commit 44cea5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ IF(APU_BUILD_TEST)
410410
ENDFOREACH()
411411

412412
ADD_EXECUTABLE(testall ${APR_TEST_SOURCES})
413-
TARGET_LINK_LIBRARIES(testall ${whichapr})
413+
TARGET_LINK_LIBRARIES(testall ${whichapr} ${LDAP_LIBRARIES})
414414
TARGET_COMPILE_DEFINITIONS(testall PRIVATE "BINPATH=$<TARGET_FILE_DIR:testall>")
415415

416416
FOREACH(test ${APR_TEST_SUITES})

0 commit comments

Comments
 (0)