summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-07-31 07:08:42 (GMT)
committerCraig Scott <craig.scott@crascit.com>2021-07-31 07:08:42 (GMT)
commitca371d3a144ea761485e0f1846b8c215e7db19fa (patch)
tree06daf4d68aa10d2a7d07a0870f7af516cc161691
parent516ac348c7b14d8221e3f579454a8356e62d28d3 (diff)
downloadCMake-ca371d3a144ea761485e0f1846b8c215e7db19fa.zip
CMake-ca371d3a144ea761485e0f1846b8c215e7db19fa.tar.gz
CMake-ca371d3a144ea761485e0f1846b8c215e7db19fa.tar.bz2
Help: Fix unlinked mention of CMAKE_TOOLCHAIN_FILE
-rw-r--r--Help/manual/cmake-presets.7.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst
index db26b5a..74e9fae 100644
--- a/Help/manual/cmake-presets.7.rst
+++ b/Help/manual/cmake-presets.7.rst
@@ -187,8 +187,9 @@ that may contain the following fields:
An optional string representing the path to the toolchain file.
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. Takes precedence over any `CMAKE_TOOLCHAIN_FILE`
- value. This is allowed in preset files specifying version ``3`` or above.
+ relative to the source directory. This field takes precedence over any
+ :variable:`CMAKE_TOOLCHAIN_FILE` value. It is allowed in preset files
+ specifying version ``3`` or above.
``binaryDir``