From 9958f4fe491468954b84e6d33138104136be8cce Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Fri, 30 Jan 2026 19:20:33 +0000 Subject: [PATCH] Revert "signals: Temporarily add boost headers to bitcoind and bitcoin-node builds" This reverts commit 3df1a1405972076384946c71c45bb056cfdf8c41. This was only necessary as an interim workaround. --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1eb61f138cf..cf1f26c9f24 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -307,7 +307,6 @@ if(BUILD_DAEMON) target_link_libraries(bitcoind core_interface bitcoin_node - Boost::headers $ ) install_binary_component(bitcoind HAS_MANPAGE) @@ -321,7 +320,6 @@ if(ENABLE_IPC AND BUILD_DAEMON) core_interface bitcoin_node bitcoin_ipc - Boost::headers $ ) install_binary_component(bitcoin-node INTERNAL)