mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -04:00
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:
parent
8532fcb1c3
commit
abdf3cb645
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ if(ENABLE_IPC)
|
|||
PRIVATE
|
||||
core_interface
|
||||
univalue
|
||||
Boost::headers
|
||||
)
|
||||
|
||||
target_sources(test_bitcoin
|
||||
|
|
Loading…
Add table
Reference in a new issue