mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:37:20 +08:00
[breakpad] Fixing find_package(unofficial-breakpad) failure (#35673)
This commit is contained in:
parent
a82865a4a1
commit
94cf042e6b
@ -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")
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5643527026fecb43d487919191b02c41bfced6f9",
|
||||
"version-date": "2023-01-27",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b2b2523acc1c56222313e8fe01065c1e130440e1",
|
||||
"version-date": "2023-01-27",
|
||||
|
@ -1314,7 +1314,7 @@
|
||||
},
|
||||
"breakpad": {
|
||||
"baseline": "2023-01-27",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"brigand": {
|
||||
"baseline": "1.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user