Skip to content

Commit 66dd1b4

Browse files
committed
build: Drop no longer needed workaround
1 parent 5c7d4b9 commit 66dd1b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ if(WITH_ZMQ)
148148
# TODO: Switch to find_package(ZeroMQ) at some point in the future.
149149
find_package(PkgConfig REQUIRED)
150150
pkg_check_modules(libzmq REQUIRED IMPORTED_TARGET libzmq>=4)
151-
# TODO: This command will be redundant once
152-
# https://github.com/bitcoin/bitcoin/pull/30508 is merged.
153-
target_link_libraries(PkgConfig::libzmq INTERFACE
154-
$<$<PLATFORM_ID:Windows>:iphlpapi;ws2_32>
155-
)
156151
endif()
157152
endif()
158153

0 commit comments

Comments
 (0)