mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
backward - disable test building (#37623)
This commit is contained in:
parent
18696a5962
commit
bd9be1771a
@ -8,6 +8,8 @@ vcpkg_from_github(
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DBACKWARD_TESTS=OFF
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/backward)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "backward-cpp",
|
||||
"version-date": "2023-11-24",
|
||||
"port-version": 1,
|
||||
"description": "A beautiful stack trace pretty printer for C++",
|
||||
"homepage": "https://github.com/bombela/backward-cpp",
|
||||
"supports": "!uwp & !(windows & arm)",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "25c84663d7fe9c5010bfc7baf2ad7c1c70c5c429",
|
||||
"version-date": "2023-11-24",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7b8009fe2173eac9490fd50428585a19cd85b043",
|
||||
"version-date": "2023-11-24",
|
||||
|
@ -530,7 +530,7 @@
|
||||
},
|
||||
"backward-cpp": {
|
||||
"baseline": "2023-11-24",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"baresip-libre": {
|
||||
"baseline": "3.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user