Skip to content

Commit

Permalink
fixup! cmake: Build bitcoin_util static library
Browse files Browse the repository at this point in the history
Drop unneeded dependency.
  • Loading branch information
hebasto committed Nov 9, 2023
1 parent bef9a2f commit 0f0dcca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/util/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/.

add_library(bitcoin_util STATIC EXCLUDE_FROM_ALL
asmap.cpp
Expand Down Expand Up @@ -53,7 +53,6 @@ target_link_libraries(bitcoin_util
PRIVATE
core
bitcoin_crypto
univalue
Threads::Threads
$<$<BOOL:${MINGW}>:ws2_32>
)

0 comments on commit 0f0dcca

Please sign in to comment.