Skip to content

Commit dbc901b

Browse files
committed
build: request vcpkg protobuf tools
1 parent c858525 commit dbc901b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

vcpkg.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
2-
"dependencies": ["openssl", "protobuf"],
2+
"dependencies": [
3+
"openssl",
4+
{
5+
"name": "protobuf",
6+
"features": ["tools"]
7+
}
8+
],
39
"vcpkg-configuration": {
410
"overlay-ports": ["./extension-ci-tools/vcpkg_ports"]
511
}

0 commit comments

Comments
 (0)