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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user