mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[cjson] respect toolchain flags (#26094)
* cjson respect toolchain flags and add license * v db
This commit is contained in:
parent
a79bb7b608
commit
5bb332b432
@ -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}
|
||||
)
|
||||
|
@ -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",
|
||||
|
@ -1406,7 +1406,7 @@
|
||||
},
|
||||
"cjson": {
|
||||
"baseline": "1.7.15",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"clamav": {
|
||||
"baseline": "0.103.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "025e76be26389108c3e0cf79e5ed1ea589c7b90e",
|
||||
"version": "1.7.15",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "cb79fc0bdbc6754cf6c267d97e2825655929351b",
|
||||
"version": "1.7.15",
|
||||
|
Loading…
x
Reference in New Issue
Block a user