diff options
author | Brad King <brad.king@kitware.com> | 2021-03-18 14:09:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-18 14:09:19 (GMT) |
commit | fa1b729b9d15bef7cf71501573b86be97d69ee84 (patch) | |
tree | 6971ac1101bd4c27a8d7c3ebd537c25fc0170fb7 | |
parent | 7483843816bb413b730a5df7f28f5c07a3d81ac6 (diff) | |
parent | bda6446e6f655dae7098cffdccfe563284c45970 (diff) | |
download | CMake-fa1b729b9d15bef7cf71501573b86be97d69ee84.zip CMake-fa1b729b9d15bef7cf71501573b86be97d69ee84.tar.gz CMake-fa1b729b9d15bef7cf71501573b86be97d69ee84.tar.bz2 |
Merge branch 'backport-preset-schema-typos' into preset-schema-typos
-rw-r--r-- | Help/manual/presets/schema.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Help/manual/presets/schema.json b/Help/manual/presets/schema.json index a5025bb..c29d686 100644 --- a/Help/manual/presets/schema.json +++ b/Help/manual/presets/schema.json @@ -450,7 +450,7 @@ }, "inheritConfigureEnvironment": { "type": "boolean", - "description": "An optional Boolean that defaults to true. If true, the environment variables from the associated configure preset are inherited after all inherited build preset environments, but before environment variables explicitly specified in this build preset." + "description": "An optional boolean that defaults to true. If true, the environment variables from the associated configure preset are inherited after all inherited build preset environments, but before environment variables explicitly specified in this build preset." }, "environment": { "type": "object", @@ -498,11 +498,11 @@ }, "cleanFirst": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing --clean-first on the command line." + "description": "An optional boolean. If true, equivalent to passing --clean-first on the command line." }, "verbose": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing --verbose on the command line." + "description": "An optional boolean. If true, equivalent to passing --verbose on the command line." }, "nativeToolOptions": { "type": "array", @@ -572,7 +572,7 @@ }, "inheritConfigureEnvironment": { "type": "boolean", - "description": "An optional Boolean that defaults to true. If true, the environment variables from the associated configure preset are inherited after all inherited test preset environments, but before environment variables explicitly specified in this test preset." + "description": "An optional boolean that defaults to true. If true, the environment variables from the associated configure preset are inherited after all inherited test preset environments, but before environment variables explicitly specified in this test preset." }, "environment": { "type": "object", @@ -612,7 +612,7 @@ "properties": { "shortProgress": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing --progress on the command line." + "description": "An optional boolean. If true, equivalent to passing --progress on the command line." }, "verbosity": { "type": "string", @@ -623,15 +623,15 @@ }, "debug": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing --debug on the command line." + "description": "An optional boolean. If true, equivalent to passing --debug on the command line." }, "outputOnFailure": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing --output-on-failure on the command line." + "description": "An optional boolean. If true, equivalent to passing --output-on-failure on the command line." }, "quiet": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing --quiet on the command line." + "description": "An optional boolean. If true, equivalent to passing --quiet on the command line." }, "outputLogFile": { "type": "string", @@ -639,11 +639,11 @@ }, "labelSummary": { "type": "boolean", - "description": "An optional bool. If false, equivalent to passing --no-label-summary on the command line." + "description": "An optional boolean. If false, equivalent to passing --no-label-summary on the command line." }, "subprojectSummary": { "type": "boolean", - "description": "An optional bool. If false, equivalent to passing --no-subproject-summary on the command line." + "description": "An optional boolean. If false, equivalent to passing --no-subproject-summary on the command line." }, "maxPassedTestOutputSize": { "type": "integer", @@ -713,7 +713,7 @@ }, "useUnion": { "type": "boolean", - "description": "An optional bool. Equivalent to passing --union on the command line." + "description": "An optional boolean. Equivalent to passing --union on the command line." } }, "additionalProperties": false @@ -760,11 +760,11 @@ "properties": { "stopOnFailure": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing --stop-on-failure on the command line." + "description": "An optional boolean. If true, equivalent to passing --stop-on-failure on the command line." }, "enableFailover": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing -F on the command line." + "description": "An optional boolean. If true, equivalent to passing -F on the command line." }, "jobs": { "type": "integer", @@ -808,11 +808,11 @@ }, "interactiveDebugging": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing --interactive-debug-mode 1 on the command line. If false, equivalent to passing --interactive-debug-mode 0 on the command line." + "description": "An optional boolean. If true, equivalent to passing --interactive-debug-mode 1 on the command line. If false, equivalent to passing --interactive-debug-mode 0 on the command line." }, "scheduleRandom": { "type": "boolean", - "description": "An optional bool. If true, equivalent to passing --schedule-random on the command line." + "description": "An optional boolean. If true, equivalent to passing --schedule-random on the command line." }, "timeout": { "type": "integer", |