Skip to content

Commit

Permalink
Merge #149: cmake: Backport changes from PR29786
Browse files Browse the repository at this point in the history
132cd54 fixup! cmake: Build `bitcoinkernel` library (Hennadii Stepanov)

Pull request description:

  Linking to `ws2_32` is no longer needed after bitcoin#29786.

  How to test:
  ```
  cmake -B build --toolchain depends/x86_64-w64-mingw32/toolchain.cmake -DBUILD_UTIL_CHAINSTATE=ON
  cmake --build build -t bitcoin-chainstate
  ```

ACKs for top commit:
  m3dwards:
    ACK 132cd54

Tree-SHA512: b8e5242556ca7723bcd636e0a9fcb0a4e66fcbc27882ac3533acf304ac70ddbe54e77f8a803ac4f16774d0c2fb50e0b48941de9d6b92a7f4f267f5fee881cedc
  • Loading branch information
hebasto committed Apr 23, 2024
2 parents f9b43f7 + 132cd54 commit 32f3698
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 32f3698

Please sign in to comment.