Skip to content

Commit c2eb40a

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 bitcoin#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#30975 (comment) and bitcoin-core/libmultiprocess#138
1 parent 2c646f9 commit c2eb40a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ if(ENABLE_IPC)
167167
PRIVATE
168168
core_interface
169169
univalue
170+
Boost::headers
170171
)
171172

172173
target_sources(test_bitcoin

0 commit comments

Comments
 (0)