diff options
author | Brad King <brad.king@kitware.com> | 2021-04-29 13:23:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-04-29 13:23:24 (GMT) |
commit | 9edff7f43e6c679a4ce4b3c97432894cf98fb56c (patch) | |
tree | 6e0eb4cc582329b6bdf7aedbf30145dca46d5252 /Help | |
parent | d94f8516abf249ef19415d3d373bae8f319a1db5 (diff) | |
parent | 306db0fdb80ad59127372bad51f44b86e43d3120 (diff) | |
download | CMake-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.json | 2 |
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" } } |