From 375397ebd946d8f298f8f83335d08878d8da0004 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Tue, 3 Feb 2026 18:36:56 +0000 Subject: [PATCH] signals: remove boost includes where possible In both of these cases, boost was only needed for signals and not for multi_index/test. --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cf1f26c9f24..4eb7ae84a3d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -143,7 +143,6 @@ target_link_libraries(bitcoin_common bitcoin_util univalue secp256k1 - Boost::headers $ $<$: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()