mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-12 00:27:53 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user