Skip to content

Commit

Permalink
fixup! cmake: Build bitcoinkernel library
Browse files Browse the repository at this point in the history
Linking to `ws2_32` is no longer needed after bitcoin#29786
  • Loading branch information
hebasto committed Apr 18, 2024
1 parent af998da commit 132cd54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ target_link_libraries(bitcoinkernel
bitcoin_crypto
leveldb
secp256k1
$<$<PLATFORM_ID:Windows>:ws2_32>
PUBLIC
Boost::headers
)
Expand Down

0 comments on commit 132cd54

Please sign in to comment.