mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-02 09:46:14 +00:00
build: don't pass on boost dependency to kernel consumers
This is unnecessary now that the kernel now exports a (boost-less) API.
This commit is contained in:
parent
f7e0c3d3d3
commit
a50d0b6720
@ -89,7 +89,6 @@ target_link_libraries(bitcoinkernel
|
||||
secp256k1_objs
|
||||
$<$<PLATFORM_ID:Windows>:bcrypt>
|
||||
$<TARGET_NAME_IF_EXISTS:USDT::headers>
|
||||
PUBLIC
|
||||
Boost::headers
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user