mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
cmake-presets: Remove incorrect documentation for installDir
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user