From 66dd1b4e58347327c14e5d9a26ce41592b07113f Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:13:48 +0100 Subject: [PATCH] build: Drop no longer needed workaround --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) 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()