Skip to content

Commit 0f0dcca

Browse files
committed
fixup! cmake: Build bitcoin_util static library
Drop unneeded dependency.
1 parent bef9a2f commit 0f0dcca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/util/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright (c) 2023 The Bitcoin Core developers
1+
# Copyright (c) 2023-present The Bitcoin Core developers
22
# Distributed under the MIT software license, see the accompanying
3-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
# file COPYING or https://opensource.org/license/mit/.
44

55
add_library(bitcoin_util STATIC EXCLUDE_FROM_ALL
66
asmap.cpp
@@ -53,7 +53,6 @@ target_link_libraries(bitcoin_util
5353
PRIVATE
5454
core
5555
bitcoin_crypto
56-
univalue
5756
Threads::Threads
5857
$<$<BOOL:${MINGW}>:ws2_32>
5958
)

0 commit comments

Comments
 (0)