diff --git a/CMakeLists.txt b/CMakeLists.txt index 24279e93310..5ef80ffc6f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 - $<$:iphlpapi;ws2_32> - ) endif() endif()