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

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: ivan
Date: Sat May 17 12:56:36 2025
New Revision: 1925625

URL: http://svn.apache.org/viewvc?rev=1925625&view=rev
Log:
Merge r1925623 from apr/trunk:
  CMakeLists.txt: Use MODULE instead of SHARED for DSO modules.

Modified:
    apr/apr-util/branches/1.7.x/   (props changed)
    apr/apr-util/branches/1.7.x/CMakeLists.txt

Propchange: apr/apr-util/branches/1.7.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1925623

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=1925625&r1=1925624&r2=1925625&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/CMakeLists.txt (original)
+++ apr/apr-util/branches/1.7.x/CMakeLists.txt Sat May 17 12:56:36 2025
@@ -286,7 +286,7 @@ ENDIF()
 
 MACRO(ADD_APU_MODULE name dllname sources libraries)
   IF(APU_DSO_BUILD)
-    ADD_LIBRARY(${name} SHARED ${sources})
+    ADD_LIBRARY(${name} MODULE ${sources})
     LIST(APPEND install_targets ${name})
     LIST(APPEND install_bin_pdb $<TARGET_PDB_FILE:${name}>)
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.