[protobuf] Fixed protoc path (#18741)

* fixed protoc path

* bumped version
This commit is contained in:
bucurb 2021-07-01 17:10:50 +01:00 committed by GitHub
parent 9e104306a7
commit 59e3243c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -11,6 +11,6 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.3)
cmake_policy(POP)
endif()
find_program(Protobuf_PROTOC_EXECUTABLE NAMES protoc PATHS "${CMAKE_CURRENT_LIST_DIR}/../../../@HOST_TRIPLET@/tools/protobuf" NO_DEFAULT_PATH)
find_program(Protobuf_PROTOC_EXECUTABLE NAMES protoc PATHS "${CMAKE_CURRENT_LIST_DIR}/../../tools/protobuf" NO_DEFAULT_PATH)
_find_package(${ARGS})

View File

@ -1,7 +1,7 @@
{
"name": "protobuf",
"version-semver": "3.15.8",
"port-version": 2,
"port-version": 3,
"description": "Protocol Buffers - Google's data interchange format",
"homepage": "https://github.com/protocolbuffers/protobuf",
"dependencies": [

View File

@ -4986,7 +4986,7 @@
},
"protobuf": {
"baseline": "3.15.8",
"port-version": 2
"port-version": 3
},
"protobuf-c": {
"baseline": "1.3.2-2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "88066eeef097b56edc3bff316ce292d57c132d12",
"version-semver": "3.15.8",
"port-version": 3
},
{
"git-tree": "1c52c3eb43c2dfd9603673eb5c173ec69c21ea73",
"version-semver": "3.15.8",