aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-13 21:37:26 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-13 23:26:23 +0200
commitb2c3d1086b6f8451ecf002186b0ab5c96b959af0 (patch)
tree6d01c93f3f3a9d1626fcca7bfe0cb798d6e59f95 /build_msvc
parentca40d6432efdca33700d5d26c931cc3f0e973f56 (diff)
downloadbitcoin-b2c3d1086b6f8451ecf002186b0ab5c96b959af0.tar.xz
Revert "build: Specify `zeromq` port explicitly for MSVC builds"
This reverts commit 20b6c871178f20661b849ad5677bd8ecae55cf19.
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/vcpkg.json8
1 files changed, 0 insertions, 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
- }
]
}