Skip to content

Commit 20b6c87

Browse files
committed
build: Specify zeromq port explicitly for MSVC builds
Current port 4 is broken: - microsoft/vcpkg#22681 (comment)
1 parent 430acb7 commit 20b6c87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build_msvc/vcpkg.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,13 @@
1414
"features": ["thread"]
1515
},
1616
"zeromq"
17+
],
18+
"builtin-baseline": "b86c0c35b88e2bf3557ff49dc831689c2f085090",
19+
"overrides": [
20+
{
21+
"name": "zeromq",
22+
"version": "4.3.4",
23+
"port-version": 3
24+
}
1725
]
1826
}

0 commit comments

Comments
 (0)