From 834298127941b4ee7022ccec2a146203b085e53a Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:28:28 +0000 Subject: [PATCH] fixup! cmake: Build `test_bitcoin` executable Drop unneeded dependency. --- src/test/CMakeLists.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 1a16733d9bcc4..2286c849a9fc5 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,6 +1,6 @@ -# Copyright (c) 2023 The Bitcoin Core developers +# Copyright (c) 2023-present The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying -# file COPYING or http://www.opensource.org/licenses/mit-license.php. +# file COPYING or https://opensource.org/license/mit/. include(GenerateHeaders) generate_header_from_json(data/base58_encode_decode.json) @@ -140,13 +140,8 @@ target_link_libraries(test_bitcoin test_util bitcoin_cli bitcoin_node - bitcoin_common - bitcoin_util minisketch - leveldb - univalue Boost::headers - libevent::libevent ) if(ENABLE_WALLET)