diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-10-22 05:21:34 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-10-22 05:21:34 (GMT) |
commit | 8a413eb8d0b9d62ce840621c1511a9ec8a57a2ff (patch) | |
tree | 3f8a5a6554c1c941b3932b87e54a62aa218d2d2e /Help | |
parent | 8de977fa70ebbb372b9d1f352f1f7899a47b73f9 (diff) | |
download | CMake-8a413eb8d0b9d62ce840621c1511a9ec8a57a2ff.zip CMake-8a413eb8d0b9d62ce840621c1511a9ec8a57a2ff.tar.gz CMake-8a413eb8d0b9d62ce840621c1511a9ec8a57a2ff.tar.bz2 |
Help: State default preset strategy for architecture and toolset
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index 08eee1f..da699d8 100644 --- a/Help/manual/cmake-presets.7.rst +++ b/Help/manual/cmake-presets.7.rst @@ -226,6 +226,9 @@ that may contain the following fields: ignore the field, but the IDE can use them to set up the environment before invoking CMake. + If no ``strategy`` field is given, or if the field uses the string form + rather than the object form, the behavior is the same as ``"set"``. + ``toolchainFile`` An optional string representing the path to the toolchain file. This field supports `macro expansion`_. If a relative path is specified, |