[json-c] Disable tests (#26450)

* Disable json-c tests

* Update versions
This commit is contained in:
Kai Pastor 2022-08-22 18:35:38 +02:00 committed by GitHub
parent e8f9c3391d
commit 3a484e1e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -10,6 +10,8 @@ vcpkg_from_github(
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
)
vcpkg_cmake_install()

View File

@ -1,7 +1,7 @@
{
"name": "json-c",
"version-date": "2022-06-26",
"port-version": 1,
"port-version": 2,
"description": "A JSON implementation in C",
"homepage": "https://github.com/json-c/json-c",
"license": "MIT",

View File

@ -3118,7 +3118,7 @@
},
"json-c": {
"baseline": "2022-06-26",
"port-version": 1
"port-version": 2
},
"json-dto": {
"baseline": "0.3.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2090ebb6a6e0be1d0f6331c266bd0bc6eef1cd57",
"version-date": "2022-06-26",
"port-version": 2
},
{
"git-tree": "c24e9a9cbc53b10a7235087cc58e89924415b281",
"version-date": "2022-06-26",