mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 02:52:46 +08:00
[json-c] Disable tests (#26450)
* Disable json-c tests * Update versions
This commit is contained in:
parent
e8f9c3391d
commit
3a484e1e7f
@ -10,6 +10,8 @@ vcpkg_from_github(
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -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",
|
||||
|
@ -3118,7 +3118,7 @@
|
||||
},
|
||||
"json-c": {
|
||||
"baseline": "2022-06-26",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"json-dto": {
|
||||
"baseline": "0.3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2090ebb6a6e0be1d0f6331c266bd0bc6eef1cd57",
|
||||
"version-date": "2022-06-26",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "c24e9a9cbc53b10a7235087cc58e89924415b281",
|
||||
"version-date": "2022-06-26",
|
||||
|
Loading…
Reference in New Issue
Block a user