From 306db0fdb80ad59127372bad51f44b86e43d3120 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 27 Apr 2021 09:09:30 -0400 Subject: cmake-presets: Remove incorrect documentation for `installDir` --- Help/manual/presets/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } -- cgit v0.12