mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
cmake-presets: Remove incorrect documentation for installDir
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
},
|
},
|
||||||
"installDir": {
|
"installDir": {
|
||||||
"type": "string",
|
"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" }
|
"condition": { "$ref": "#/definitions/topCondition" }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user