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:
Cory Fields 2026-02-03 21:36:47 +00:00
parent f7e0c3d3d3
commit a50d0b6720

View File

@ -89,7 +89,6 @@ target_link_libraries(bitcoinkernel
secp256k1_objs
$<$<PLATFORM_ID:Windows>:bcrypt>
$<TARGET_NAME_IF_EXISTS:USDT::headers>
PUBLIC
Boost::headers
)