mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
Help: Clarify role of binaryDir inheritance in cmake-presets(7)
Suggested-by: Michael Hirsch
This commit is contained in:
@@ -377,8 +377,9 @@ that may contain the following fields:
|
|||||||
An optional string specifying the name of a configure preset to
|
An optional string specifying the name of a configure preset to
|
||||||
associate with this build preset. If ``configurePreset`` is not
|
associate with this build preset. If ``configurePreset`` is not
|
||||||
specified, it must be inherited from the inherits preset (unless this
|
specified, it must be inherited from the inherits preset (unless this
|
||||||
preset is hidden). The build tree directory is inferred from the
|
preset is hidden). The build directory is inferred from the configure
|
||||||
configure preset.
|
preset, so the build will take place in the same ``binaryDir`` that the
|
||||||
|
configuration did.
|
||||||
|
|
||||||
``inheritConfigureEnvironment``
|
``inheritConfigureEnvironment``
|
||||||
|
|
||||||
@@ -495,8 +496,9 @@ that may contain the following fields:
|
|||||||
An optional string specifying the name of a configure preset to
|
An optional string specifying the name of a configure preset to
|
||||||
associate with this test preset. If ``configurePreset`` is not
|
associate with this test preset. If ``configurePreset`` is not
|
||||||
specified, it must be inherited from the inherits preset (unless this
|
specified, it must be inherited from the inherits preset (unless this
|
||||||
preset is hidden). The build tree directory is inferred from the
|
preset is hidden). The build directory is inferred from the configure
|
||||||
configure preset.
|
preset, so tests will run in the same ``binaryDir`` that the
|
||||||
|
configuration did and build did.
|
||||||
|
|
||||||
``inheritConfigureEnvironment``
|
``inheritConfigureEnvironment``
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user