From b2c3d1086b6f8451ecf002186b0ab5c96b959af0 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 13 Apr 2022 21:37:26 +0200 Subject: [PATCH] Revert "build: Specify `zeromq` port explicitly for MSVC builds" This reverts commit 20b6c871178f20661b849ad5677bd8ecae55cf19. --- build_msvc/vcpkg.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json index 48b4d1fd20..86773d1fd3 100644 --- a/build_msvc/vcpkg.json +++ b/build_msvc/vcpkg.json @@ -13,13 +13,5 @@ "features": ["thread"] }, "zeromq" - ], - "builtin-baseline": "b86c0c35b88e2bf3557ff49dc831689c2f085090", - "overrides": [ - { - "name": "zeromq", - "version": "4.3.4", - "port-version": 3 - } ] }