Skip to content

Commit abdf3cb

Browse files
committed
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 bitcoin/bitcoin#30975 (comment) and bitcoin-core/libmultiprocess#138
1 parent 8532fcb commit abdf3cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ if(ENABLE_IPC)
162162
PRIVATE
163163
core_interface
164164
univalue
165+
Boost::headers
165166
)
166167

167168
target_sources(test_bitcoin

0 commit comments

Comments
 (0)