build: Drop no longer needed workaround

pull/30753/head
Hennadii Stepanov 2 months ago
parent 5c7d4b9dec
commit 66dd1b4e58
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -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…
Cancel
Save