We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c858525 commit dbc901bCopy full SHA for dbc901b
1 file changed
vcpkg.json
@@ -1,5 +1,11 @@
1
{
2
- "dependencies": ["openssl", "protobuf"],
+ "dependencies": [
3
+ "openssl",
4
+ {
5
+ "name": "protobuf",
6
+ "features": ["tools"]
7
+ }
8
+ ],
9
"vcpkg-configuration": {
10
"overlay-ports": ["./extension-ci-tools/vcpkg_ports"]
11
}
0 commit comments