diff options
author | Carsten Rudolph <18394207+crud89@users.noreply.github.com> | 2022-01-21 16:41:44 (GMT) |
---|---|---|
committer | Carsten Rudolph <18394207+crud89@users.noreply.github.com> | 2022-01-21 16:41:44 (GMT) |
commit | 6a1010349355354e27015a004f5620b77993b91c (patch) | |
tree | 0108cb71fecba5125636217013d817ed3512c07b | |
parent | e9684673540660ba63a8ab49a9c68d0f69395bfa (diff) | |
download | CMake-6a1010349355354e27015a004f5620b77993b91c.zip CMake-6a1010349355354e27015a004f5620b77993b91c.tar.gz CMake-6a1010349355354e27015a004f5620b77993b91c.tar.bz2 |
Help: Update preset schema description for version 3 entries.
-rw-r--r-- | Help/manual/presets/schema.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/presets/schema.json b/Help/manual/presets/schema.json index 327291d..3844611 100644 --- a/Help/manual/presets/schema.json +++ b/Help/manual/presets/schema.json @@ -429,7 +429,7 @@ }, "buildPresetsItemsV3": { "type": "array", - "description": "An optional array of build preset objects. Used to specify arguments to cmake --build. Available in version 2 and higher.", + "description": "An optional array of build preset objects. Used to specify arguments to cmake --build. Available in version 3 and higher.", "items": { "type": "object", "properties": { @@ -560,7 +560,7 @@ }, "buildPresetsV3": { "type": "array", - "description": "An optional array of build preset objects. Used to specify arguments to cmake --build. Available in version 2 and higher.", + "description": "An optional array of build preset objects. Used to specify arguments to cmake --build. Available in version 3 and higher.", "allOf": [ { "$ref": "#/definitions/buildPresetsItemsV3" }, { "$ref": "#/definitions/buildPresetsItemsV2" } @@ -624,7 +624,7 @@ }, "testPresetsItemsV3": { "type": "array", - "description": "An optional array of test preset objects. Used to specify arguments to ctest. Available in version 2 and higher.", + "description": "An optional array of test preset objects. Used to specify arguments to ctest. Available in version 3 and higher.", "items": { "type": "object", "properties": { @@ -949,7 +949,7 @@ }, "testPresetsV3": { "type": "array", - "description": "An optional array of test preset objects. Used to specify arguments to ctest. Available in version 2 and higher.", + "description": "An optional array of test preset objects. Used to specify arguments to ctest. Available in version 3 and higher.", "allOf": [ { "$ref": "#/definitions/testPresetsItemsV2" }, { "$ref": "#/definitions/testPresetsItemsV3" } |