From 306db0fdb80ad59127372bad51f44b86e43d3120 Mon Sep 17 00:00:00 2001
From: Robert Maynard <rmaynard@nvidia.com>
Date: Tue, 27 Apr 2021 09:09:30 -0400
Subject: [PATCH] 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 e066362697..a69d270695 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" }
         }
-- 
GitLab