Merge topic 'doc-presets-toolchain-file'

ca371d3a14 Help: Fix unlinked mention of CMAKE_TOOLCHAIN_FILE

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6417
This commit is contained in:
Craig Scott
2021-08-02 08:54:27 +00:00
committed by Kitware Robot
+3 -2
View File
@@ -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``