Skip to content

Commit c91cabb

Browse files
committed
Merge bitcoin/bitcoin#30753: build: Drop no longer needed workaround
66dd1b4 build: Drop no longer needed workaround (Hennadii Stepanov) Pull request description: This PR deletes a workaround that is no longer needed since bitcoin/bitcoin#30508 was merged. ACKs for top commit: fanquake: ACK 66dd1b4 Tree-SHA512: abb8e79b525989afe88f94899e4dc29c80d4593ea23f44c6b3d08710e6ddd1619e748798534973fa4ee9f48d9fad7226445b7a2cb4aec0bdb5d1b7ff2f6689ea
2 parents 3ee1521 + 66dd1b4 commit c91cabb

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)