diff options
author | Robert Maynard <rmaynard@nvidia.com> | 2021-04-27 13:09:30 (GMT) |
---|---|---|
committer | Robert Maynard <rmaynard@nvidia.com> | 2021-04-27 15:43:30 (GMT) |
commit | 306db0fdb80ad59127372bad51f44b86e43d3120 (patch) | |
tree | 68fc8c198d69eb3fb973ba8c4900f48f680cd82e /Help/manual/presets | |
parent | 0eb42defc222372b660983ac46ea1266543af7e0 (diff) | |
download | CMake-306db0fdb80ad59127372bad51f44b86e43d3120.zip CMake-306db0fdb80ad59127372bad51f44b86e43d3120.tar.gz CMake-306db0fdb80ad59127372bad51f44b86e43d3120.tar.bz2 |
cmake-presets: Remove incorrect documentation for `installDir`
Diffstat (limited to 'Help/manual/presets')
-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" } } |