summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-29 13:23:17 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-04-29 13:23:24 (GMT)
commit9edff7f43e6c679a4ce4b3c97432894cf98fb56c (patch)
tree6e0eb4cc582329b6bdf7aedbf30145dca46d5252 /Help
parentd94f8516abf249ef19415d3d373bae8f319a1db5 (diff)
parent306db0fdb80ad59127372bad51f44b86e43d3120 (diff)
downloadCMake-9edff7f43e6c679a4ce4b3c97432894cf98fb56c.zip
CMake-9edff7f43e6c679a4ce4b3c97432894cf98fb56c.tar.gz
CMake-9edff7f43e6c679a4ce4b3c97432894cf98fb56c.tar.bz2
Merge topic 'remove_bad_install_dir_schema_docs'
306db0fdb8 cmake-presets: Remove incorrect documentation for `installDir` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6051
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/presets/schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/presets/schema.json b/Help/manual/presets/schema.json
index e066362..a69d270 100644
--- a/Help/manual/presets/schema.json
+++ b/Help/manual/presets/schema.json
@@ -89,7 +89,7 @@
},
"installDir": {
"type": "string",
- "description": "An optional string representing the path to the output binary directory. This field supports macro expansion. If a relative path is specified, it is calculated relative to the source directory. If binaryDir is not specified, it must be inherited from the inherits preset (unless this preset is hidden)."
+ "description": "An optional string representing the path to the installation directory. This field supports macro expansion. If a relative path is specified, it is calculated relative to the source directory."
},
"condition": { "$ref": "#/definitions/topCondition" }
}