Skip to content

Commit 7d1cae0

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 11e2dfd commit 7d1cae0

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
@@ -161,6 +161,7 @@ if(ENABLE_IPC)
161161
PRIVATE
162162
core_interface
163163
univalue
164+
Boost::headers
164165
)
165166

166167
target_sources(test_bitcoin

0 commit comments

Comments
 (0)