From 6366d73335d298c8c5c7f7bd80f6931fedb0df1b Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 17 Dec 2024 04:29:24 +0300 Subject: [PATCH] Updated references to Boost.Interprocess issue with Cygwin. --- CMakeLists.txt | 2 +- build/Jamfile.v2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97ad27828..4d4e116c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index dfb6a65a4..6c4d2d111 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -113,7 +113,7 @@ project boost/log windows:advapi32 cygwin: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 cygwin:BOOST_LOG_WITHOUT_IPC cygwin:ws2_32 cygwin:mswsock