Skip to content

Commit

Permalink
CMake: Fix syntax.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920663 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent dc6dd43 commit a5c1557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ IF(APU_DSO_BUILD AND APR_HAS_LDAP)
ldap/apr_ldap_rebind.c libaprutil.rc)
LIST(APPEND install_targets apr_ldap-1)
LIST(APPEND install_bin_pdb $<TARGET_PDB_FILE:apr_ldap-1>)
TARGET_LINK_LIBRARIES(apr_ldap-1 libaprutil-1
PRIVATE apr::libapr-1 ${LDAP_LIBRARIES})
TARGET_LINK_LIBRARIES(apr_ldap-1
PRIVATE libaprutil-1 apr::libapr-1 ${LDAP_LIBRARIES})
TARGET_COMPILE_DEFINITIONS(apr_ldap-1
PRIVATE "DLL_NAME=apr_ldap")
SET(apr_ldap_libraries apr_ldap-1)
Expand Down

0 comments on commit a5c1557

Please sign in to comment.