Revert "signals: Temporarily add boost headers to bitcoind and bitcoin-node builds"

This reverts commit 3df1a1405972076384946c71c45bb056cfdf8c41.

This was only necessary as an interim workaround.
This commit is contained in:
Cory Fields
2026-01-30 19:20:33 +00:00
parent 34eabd77a2
commit 9958f4fe49

View File

@@ -307,7 +307,6 @@ if(BUILD_DAEMON)
target_link_libraries(bitcoind
core_interface
bitcoin_node
Boost::headers
$<TARGET_NAME_IF_EXISTS:bitcoin_wallet>
)
install_binary_component(bitcoind HAS_MANPAGE)
@@ -321,7 +320,6 @@ if(ENABLE_IPC AND BUILD_DAEMON)
core_interface
bitcoin_node
bitcoin_ipc
Boost::headers
$<TARGET_NAME_IF_EXISTS:bitcoin_wallet>
)
install_binary_component(bitcoin-node INTERNAL)