mirror of
https://github.com/boostorg/log.git
synced 2026-01-19 04:22:09 +00:00
Check for native atomic int32 in tests.
If native atomic int32 is not supported, Boost.Log disables IPC utilities, so make a similar check in tests Jamfile to disable the corresponding tests.
This commit is contained in:
@@ -16,6 +16,7 @@ import ../build/log-build-config ;
|
||||
project
|
||||
: requirements
|
||||
<conditional>@log-platform-config.set-platform-defines
|
||||
<conditional>@log-build-config.check-atomic-int32 # sets BOOST_LOG_WITHOUT_IPC if native atomic int32 is not supported
|
||||
<conditional>@log-build-config.check-regex-header-only
|
||||
|
||||
<include>common
|
||||
|
||||
Reference in New Issue
Block a user