[cjson] respect toolchain flags (#26094)

* cjson respect toolchain flags and add license

* v db
This commit is contained in:
Alexander Neumann 2022-08-03 08:21:20 +02:00 committed by GitHub
parent a79bb7b608
commit 5bb332b432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -29,6 +29,7 @@ vcpkg_cmake_configure(
-DENABLE_HIDDEN_SYMBOLS=${DENABLE_HIDDEN_SYMBOLS}
-DENABLE_TARGET_EXPORT=ON # Export CMake config files
-DENABLE_CJSON_TEST=OFF
-DENABLE_CUSTOM_COMPILER_FLAGS=OFF
-DENABLE_FUZZING=OFF
${FEATURE_OPTIONS}
)

View File

@ -1,9 +1,10 @@
{
"name": "cjson",
"version": "1.7.15",
"port-version": 1,
"port-version": 2,
"description": "Ultralightweight JSON parser in ANSI C",
"homepage": "https://github.com/DaveGamble/cJSON",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1406,7 +1406,7 @@
},
"cjson": {
"baseline": "1.7.15",
"port-version": 1
"port-version": 2
},
"clamav": {
"baseline": "0.103.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "025e76be26389108c3e0cf79e5ed1ea589c7b90e",
"version": "1.7.15",
"port-version": 2
},
{
"git-tree": "cb79fc0bdbc6754cf6c267d97e2825655929351b",
"version": "1.7.15",