mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
Merge bitcoin/bitcoin#30753: build: Drop no longer needed workaround
Some checks are pending
Some checks are pending
66dd1b4e58
build: Drop no longer needed workaround (Hennadii Stepanov) Pull request description: This PR deletes a workaround that is no longer needed since https://github.com/bitcoin/bitcoin/pull/30508 was merged. ACKs for top commit: fanquake: ACK66dd1b4e58
Tree-SHA512: abb8e79b525989afe88f94899e4dc29c80d4593ea23f44c6b3d08710e6ddd1619e748798534973fa4ee9f48d9fad7226445b7a2cb4aec0bdb5d1b7ff2f6689ea
This commit is contained in:
commit
c91cabbf56
1 changed files with 0 additions and 5 deletions
|
@ -148,11 +148,6 @@ if(WITH_ZMQ)
|
|||
# TODO: Switch to find_package(ZeroMQ) at some point in the future.
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(libzmq REQUIRED IMPORTED_TARGET libzmq>=4)
|
||||
# TODO: This command will be redundant once
|
||||
# https://github.com/bitcoin/bitcoin/pull/30508 is merged.
|
||||
target_link_libraries(PkgConfig::libzmq INTERFACE
|
||||
$<$<PLATFORM_ID:Windows>:iphlpapi;ws2_32>
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue