mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
build: Drop no longer needed workaround
This commit is contained in:
parent
5c7d4b9dec
commit
66dd1b4e58
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…
Add table
Reference in a new issue