We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7d4b9 commit 66dd1b4Copy full SHA for 66dd1b4
CMakeLists.txt
@@ -148,11 +148,6 @@ if(WITH_ZMQ)
148
# TODO: Switch to find_package(ZeroMQ) at some point in the future.
149
find_package(PkgConfig REQUIRED)
150
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
- )
156
endif()
157
158
0 commit comments