2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-19 04:22:09 +00:00

Updated references to Boost.Interprocess issue with Cygwin.

This commit is contained in:
Andrey Semashev
2024-12-17 04:29:24 +03:00
parent 8d4492d90f
commit 6366d73335
2 changed files with 2 additions and 2 deletions

View File

@@ -306,7 +306,7 @@ else()
endif()
if (CYGWIN)
# Boost.Interprocess does not compile on Cygwin: https://github.com/boostorg/interprocess/issues/76
# Boost.Interprocess does not compile on Cygwin: https://github.com/boostorg/interprocess/issues/242
set(BOOST_LOG_WITHOUT_IPC ON)
list(APPEND boost_log_common_private_defines
__USE_W32_SOCKETS

View File

@@ -113,7 +113,7 @@ project boost/log
<target-os>windows:<library>advapi32
<target-os>cygwin:<define>BOOST_USE_WINDOWS_H
# Boost.Interprocess does not compile on Cygwin: https://github.com/boostorg/interprocess/issues/76
# Boost.Interprocess does not compile on Cygwin: https://github.com/boostorg/interprocess/issues/242
<target-os>cygwin:<define>BOOST_LOG_WITHOUT_IPC
<target-os>cygwin:<library>ws2_32
<target-os>cygwin:<library>mswsock