summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-18 15:58:32 (GMT)
committerBrad King <brad.king@kitware.com>2021-02-18 16:01:29 (GMT)
commit47ab2d4d2ec282aee655ebc3e6079e6c5bb29427 (patch)
treec017446df7b1b18ab80c15345e37c7dc13835ab0 /Help
parent0e3c361f7733a073375d44802daa3c69016eb8d4 (diff)
downloadCMake-47ab2d4d2ec282aee655ebc3e6079e6c5bb29427.zip
CMake-47ab2d4d2ec282aee655ebc3e6079e6c5bb29427.tar.gz
CMake-47ab2d4d2ec282aee655ebc3e6079e6c5bb29427.tar.bz2
Help: Clarify role of binaryDir inheritance in cmake-presets(7)
Suggested-by: Michael Hirsch
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-presets.7.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst
index fb4babe..e3815b6 100644
--- a/Help/manual/cmake-presets.7.rst
+++ b/Help/manual/cmake-presets.7.rst
@@ -377,8 +377,9 @@ that may contain the following fields:
An optional string specifying the name of a configure preset to
associate with this build preset. If ``configurePreset`` is not
specified, it must be inherited from the inherits preset (unless this
- preset is hidden). The build tree directory is inferred from the
- configure preset.
+ preset is hidden). The build directory is inferred from the configure
+ preset, so the build will take place in the same ``binaryDir`` that the
+ configuration did.
``inheritConfigureEnvironment``
@@ -495,8 +496,9 @@ that may contain the following fields:
An optional string specifying the name of a configure preset to
associate with this test preset. If ``configurePreset`` is not
specified, it must be inherited from the inherits preset (unless this
- preset is hidden). The build tree directory is inferred from the
- configure preset.
+ preset is hidden). The build directory is inferred from the configure
+ preset, so tests will run in the same ``binaryDir`` that the
+ configuration did and build did.
``inheritConfigureEnvironment``