Skip to content

Commit

Permalink
fixup! cmake: Build test_bitcoin executable
Browse files Browse the repository at this point in the history
Drop unneeded dependency.
  • Loading branch information
hebasto committed Nov 9, 2023
1 parent ab9853a commit 8342981
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 8342981

Please sign in to comment.