svn commit: r1920663 - /apr/apr-util/branches/1.7.x/CMakeLists.txt

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: ivan
Date: Sun Sep 15 00:42:56 2024
New Revision: 1920663

URL: http://svn.apache.org/viewvc?rev=1920663&view=rev
Log:
CMake: Fix syntax.

Modified:
    apr/apr-util/branches/1.7.x/CMakeLists.txt

Modified: apr/apr-util/branches/1.7.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/CMakeLists.txt?rev=1920663&r1=1920662&r2=1920663&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/CMakeLists.txt (original)
+++ apr/apr-util/branches/1.7.x/CMakeLists.txt Sun Sep 15 00:42:56 2024
@@ -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)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.