Skip to content

Commit 8ca1cc4

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 3e66ebf commit 8ca1cc4

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
@@ -164,6 +164,7 @@ endif()
164164
if(ENABLE_IPC)
165165
target_link_libraries(bitcoin_ipc_test
166166
PRIVATE
167+
Boost::headers
167168
core_interface
168169
univalue
169170
)

0 commit comments

Comments
 (0)