We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitcoin_util
1 parent bef9a2f commit 0f0dccaCopy full SHA for 0f0dcca
src/util/CMakeLists.txt
@@ -1,6 +1,6 @@
1
-# Copyright (c) 2023 The Bitcoin Core developers
+# Copyright (c) 2023-present The Bitcoin Core developers
2
# Distributed under the MIT software license, see the accompanying
3
-# file COPYING or http://www.opensource.org/licenses/mit-license.php.
+# file COPYING or https://opensource.org/license/mit/.
4
5
add_library(bitcoin_util STATIC EXCLUDE_FROM_ALL
6
asmap.cpp
@@ -53,7 +53,6 @@ target_link_libraries(bitcoin_util
53
PRIVATE
54
core
55
bitcoin_crypto
56
- univalue
57
Threads::Threads
58
$<$<BOOL:${MINGW}>:ws2_32>
59
)
0 commit comments