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