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()