Browse Source

Merge topic 'remove_bad_install_dir_schema_docs'

306db0fdb8 cmake-presets: Remove incorrect documentation for `installDir`

Acked-by: Kitware Robot <[email protected]>
Merge-request: !6051
Brad King 4 years ago
parent
commit
9edff7f43e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/manual/presets/schema.json

+ 1 - 1
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" }
         }