mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-11 16:17:54 +02:00
signals: remove boost includes where possible
In both of these cases, boost was only needed for signals and not for multi_index/test.
This commit is contained in:
@@ -143,7 +143,6 @@ target_link_libraries(bitcoin_common
|
||||
bitcoin_util
|
||||
univalue
|
||||
secp256k1
|
||||
Boost::headers
|
||||
$<TARGET_NAME_IF_EXISTS:USDT::headers>
|
||||
$<$<PLATFORM_ID:Windows>:ws2_32>
|
||||
)
|
||||
@@ -166,7 +165,6 @@ if(ENABLE_WALLET)
|
||||
bitcoin_wallet
|
||||
bitcoin_common
|
||||
bitcoin_util
|
||||
Boost::headers
|
||||
)
|
||||
install_binary_component(bitcoin-wallet HAS_MANPAGE)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user