mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:15:52 +08:00
[protobuf] Fixed protoc path (#18741)
* fixed protoc path * bumped version
This commit is contained in:
parent
9e104306a7
commit
59e3243c99
@ -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})
|
||||
|
@ -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": [
|
||||
|
@ -4986,7 +4986,7 @@
|
||||
},
|
||||
"protobuf": {
|
||||
"baseline": "3.15.8",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"protobuf-c": {
|
||||
"baseline": "1.3.2-2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "88066eeef097b56edc3bff316ce292d57c132d12",
|
||||
"version-semver": "3.15.8",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "1c52c3eb43c2dfd9603673eb5c173ec69c21ea73",
|
||||
"version-semver": "3.15.8",
|
||||
|
Loading…
Reference in New Issue
Block a user