[breakpad] Fixing find_package(unofficial-breakpad) failure (#35673)

This commit is contained in:
Cheney Wang 2023-12-15 15:00:22 +08:00 committed by GitHub
parent a82865a4a1
commit 94cf042e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -3,4 +3,4 @@ if(@USED_ZLIB@)
find_dependency(ZLIB)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-breakpad-targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-breakpadTargets.cmake")

View File

@ -1,6 +1,7 @@
{
"name": "breakpad",
"version-date": "2023-01-27",
"port-version": 1,
"description": "a set of client and server components which implement a crash-reporting system.",
"homepage": "https://github.com/google/breakpad",
"license": "BSD-3-Clause",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5643527026fecb43d487919191b02c41bfced6f9",
"version-date": "2023-01-27",
"port-version": 1
},
{
"git-tree": "b2b2523acc1c56222313e8fe01065c1e130440e1",
"version-date": "2023-01-27",

View File

@ -1314,7 +1314,7 @@
},
"breakpad": {
"baseline": "2023-01-27",
"port-version": 0
"port-version": 1
},
"brigand": {
"baseline": "1.3.0",