Skip to content

Commit a7a92f8

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 c3e97c7 commit a7a92f8

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