cmake: Fix warnings from boost headers

This change is technically not needed to add libmultiprocess as a subtree, but
it avoids a CI failure in followup PR #30975 which enables multiprocess build
option in more CI jobs. In that PR, the "macOS 14 native no depends job" fails
due to warnings in boost headers treated as errors, reported in
https://github.com/bitcoin/bitcoin/pull/30975#issuecomment-2623801480 and
https://github.com/chaincodelabs/libmultiprocess/issues/138
This commit is contained in:
Ryan Ofsky 2025-01-30 11:07:28 -05:00
parent 8532fcb1c3
commit abdf3cb645

View file

@ -162,6 +162,7 @@ if(ENABLE_IPC)
PRIVATE PRIVATE
core_interface core_interface
univalue univalue
Boost::headers
) )
target_sources(test_bitcoin target_sources(test_bitcoin