summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorAliaksandr Averchanka <a.averchanka@axxonsoft.dev>2024-08-05 08:46:21 (GMT)
committerCraig Scott <craig.scott@crascit.com>2024-08-10 13:09:44 (GMT)
commit890bc3d2a2b66dff0ec6bc22a5011658f113cacb (patch)
treedd56fe21e0c1afb1e2e1981624c6e1ab2f26935d /Help/manual
parent9af150ed3dde1d8abe65d3bead3434ac4338c35f (diff)
downloadCMake-890bc3d2a2b66dff0ec6bc22a5011658f113cacb.zip
CMake-890bc3d2a2b66dff0ec6bc22a5011658f113cacb.tar.gz
CMake-890bc3d2a2b66dff0ec6bc22a5011658f113cacb.tar.bz2
presets: Fix graphviz support documentation
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-presets.7.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst
index c0f847c..e52d74e 100644
--- a/Help/manual/cmake-presets.7.rst
+++ b/Help/manual/cmake-presets.7.rst
@@ -267,16 +267,15 @@ that may contain the following fields:
:variable:`CMAKE_TOOLCHAIN_FILE` value. It is allowed in preset files
specifying version ``3`` or above.
- ``graphviz``
+``graphviz``
An optional string representing the path to the graphviz input file,
that will contain all the library and executable dependencies
in the project. See the documentation for :module:`CMakeGraphVizOptions`
for more details.
This field supports `macro expansion`_. If a relative path is specified,
- it is calculated relative to the build directory, and if not found,
- relative to the source directory. It is allowed in preset files
- specifying version ``10`` or above.
+ it is calculated relative to the current working directory. It is allowed
+ in preset files specifying version ``10`` or above.
``binaryDir``
An optional string representing the path to the output binary directory.