svn commit: r1924303 - /apr/apr/branches/1.8.x/CMakeLists.txt
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: minfrin
Date: Tue Mar 11 16:53:17 2025
New Revision: 1924303
URL: http://svn.apache.org/viewvc?rev=1924303&view=rev
Log:
Reinstate mswsock system library.
Modified:
apr/apr/branches/1.8.x/CMakeLists.txt
Modified: apr/apr/branches/1.8.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.8.x/CMakeLists.txt?rev=1924303&r1=1924302&r2=1924303&view=diff
==============================================================================
--- apr/apr/branches/1.8.x/CMakeLists.txt (original)
+++ apr/apr/branches/1.8.x/CMakeLists.txt Tue Mar 11 16:53:17 2025
@@ -118,6 +118,7 @@ SET(APR_INCLUDE_DIRECTORIES
SET(APR_SYSTEM_LIBS
ws2_32
+ mswsock
rpcrt4
)