summaryrefslogtreecommitdiffstats
path: root/Help/manual/presets
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2021-04-27 13:09:30 (GMT)
committerRobert Maynard <rmaynard@nvidia.com>2021-04-27 15:43:30 (GMT)
commit306db0fdb80ad59127372bad51f44b86e43d3120 (patch)
tree68fc8c198d69eb3fb973ba8c4900f48f680cd82e /Help/manual/presets
parent0eb42defc222372b660983ac46ea1266543af7e0 (diff)
downloadCMake-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.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" }
}