diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-16 18:06:35 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-19 14:29:19 (GMT) |
commit | 6c74bcfc208a9f06045474f231f929255b2a9bc0 (patch) | |
tree | a4429ca4dbc72b4a0f0af53d6b40e380fa73bb6d | |
parent | 45766789a0948bec1299abb015cf042701186648 (diff) | |
download | CMake-6c74bcfc208a9f06045474f231f929255b2a9bc0.zip CMake-6c74bcfc208a9f06045474f231f929255b2a9bc0.tar.gz CMake-6c74bcfc208a9f06045474f231f929255b2a9bc0.tar.bz2 |
Help: Make architecture and toolset descriptions generic
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index c24b74e..85ff723 100644 --- a/Help/manual/cmake-presets.7.rst +++ b/Help/manual/cmake-presets.7.rst @@ -131,13 +131,13 @@ Format ``architecture`` - An optional string representing the platform name to use for Visual - Studio generators. + An optional string representing the platform name to use for generators + that support platforms. ``toolset`` - An optional string representing the toolset name to use for Visual Studio - generators. + An optional string representing the toolset name to use for generators + that support toolsets. ``cmakeGeneratorConfig`` |