[protobuf-c] fix feature tools (#28403)

This commit is contained in:
autoantwort 2022-12-19 23:51:43 +01:00 committed by GitHub
parent fa8c401dfa
commit ab711d097b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -26,7 +26,7 @@ vcpkg_copy_pdbs()
if("tools" IN_LIST FEATURES) if("tools" IN_LIST FEATURES)
vcpkg_copy_tools( vcpkg_copy_tools(
TOOL_NAMES protoc-gen-c TOOL_NAMES protoc-gen-c protoc-c
AUTO_CLEAN AUTO_CLEAN
) )
endif() endif()

View File

@ -1,6 +1,7 @@
{ {
"name": "protobuf-c", "name": "protobuf-c",
"version-semver": "1.4.0", "version-semver": "1.4.0",
"port-version": 1,
"description": "This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.", "description": "This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.",
"homepage": "https://github.com/protobuf-c/protobuf-c", "homepage": "https://github.com/protobuf-c/protobuf-c",
"dependencies": [ "dependencies": [

View File

@ -5990,7 +5990,7 @@
}, },
"protobuf-c": { "protobuf-c": {
"baseline": "1.4.0", "baseline": "1.4.0",
"port-version": 0 "port-version": 1
}, },
"protopuf": { "protopuf": {
"baseline": "2.2.1", "baseline": "2.2.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1a27a8a88ed94500d821ed31360a62d13e553c87",
"version-semver": "1.4.0",
"port-version": 1
},
{ {
"git-tree": "649c1df0b6207662ec75fed4bbd999a7a42afb4b", "git-tree": "649c1df0b6207662ec75fed4bbd999a7a42afb4b",
"version-semver": "1.4.0", "version-semver": "1.4.0",