Skip to content

Commit

Permalink
Updated references to Boost.Interprocess issue with Cygwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Dec 17, 2024
1 parent 8d4492d commit 6366d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6366d73

Please sign in to comment.