backward - disable test building (#37623)

This commit is contained in:
Francisco Facioni 2024-03-23 01:07:40 +01:00 committed by GitHub
parent 18696a5962
commit bd9be1771a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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)",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "25c84663d7fe9c5010bfc7baf2ad7c1c70c5c429",
"version-date": "2023-11-24",
"port-version": 1
},
{
"git-tree": "7b8009fe2173eac9490fd50428585a19cd85b043",
"version-date": "2023-11-24",

View File

@ -530,7 +530,7 @@
},
"backward-cpp": {
"baseline": "2023-11-24",
"port-version": 0
"port-version": 1
},
"baresip-libre": {
"baseline": "3.9.0",