diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-09 15:40:57 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-10 08:36:05 +0100 |
commit | 20b6c871178f20661b849ad5677bd8ecae55cf19 (patch) | |
tree | 9fe8cfcc0dd13b048b22db868141d6ad87fa006f /build_msvc | |
parent | 430acb7d2a3272977d5a66bf9a09bcd55ffd15cc (diff) |
build: Specify `zeromq` port explicitly for MSVC builds
Current port 4 is broken:
- https://github.com/microsoft/vcpkg/pull/22681#issuecomment-1061312320
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json index d8753ec21f..b69af05acb 100644 --- a/build_msvc/vcpkg.json +++ b/build_msvc/vcpkg.json @@ -14,5 +14,13 @@ "features": ["thread"] }, "zeromq" + ], + "builtin-baseline": "b86c0c35b88e2bf3557ff49dc831689c2f085090", + "overrides": [ + { + "name": "zeromq", + "version": "4.3.4", + "port-version": 3 + } ] } |