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

Removed disablement of IPC utilities on Cygwin in tests and examples.

This commit is contained in:
Andrey Semashev
2025-12-26 17:22:43 +03:00
parent 2fc825acfe
commit 3efa06b889
2 changed files with 0 additions and 6 deletions

View File

@@ -81,9 +81,6 @@ project
<toolset>intel-linux:<cxxflags>"-wd177,780,2196,1782,193,304,981,1418,411,734,279"
<toolset>intel-darwin:<cxxflags>"-wd177,780,2196,1782,193,304,981,1418,411,734,279"
# Boost.Interprocess does not compile on Cygwin: https://github.com/boostorg/interprocess/issues/76
<target-os>cygwin:<define>BOOST_LOG_WITHOUT_IPC
<library>/boost/log//boost_log
<library>/boost/log//boost_log_setup
<library>/boost/date_time//boost_date_time

View File

@@ -48,9 +48,6 @@ project
<toolset>gcc:<cxxflags>-fno-strict-aliasing # avoids strict aliasing violations in other Boost components
# Boost.Interprocess does not compile on Cygwin: https://github.com/boostorg/interprocess/issues/76
<target-os>cygwin:<define>BOOST_LOG_WITHOUT_IPC
<library>/boost/log//boost_log
<library>/boost/log//boost_log_setup
<library>/boost/filesystem//boost_filesystem