2
0
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:
Andrey Semashev
2025-05-31 16:18:13 +03:00
parent 1c956799d5
commit 9ee2e2953c

View File

@@ -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