diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-04 07:06:20 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-04 15:34:45 (GMT) |
commit | d25b232dee81bca67a3a1008f6c1c8ad559b89ab (patch) | |
tree | 119083dba507ee5dc4cced6a7acd49836896fd4f /Help/manual/cmake-presets.7.rst | |
parent | 63940e1cabe24069b81b5c2b56502932b753a123 (diff) | |
download | CMake-d25b232dee81bca67a3a1008f6c1c8ad559b89ab.zip CMake-d25b232dee81bca67a3a1008f6c1c8ad559b89ab.tar.gz CMake-d25b232dee81bca67a3a1008f6c1c8ad559b89ab.tar.bz2 |
Help: Replace mentions of ``-G`` option with :option:`-G` role
Diffstat (limited to 'Help/manual/cmake-presets.7.rst')
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index a96c704..c834eda 100644 --- a/Help/manual/cmake-presets.7.rst +++ b/Help/manual/cmake-presets.7.rst @@ -198,9 +198,9 @@ that may contain the following fields: or above, this field may be omitted to fall back to regular generator discovery procedure. - Note that for Visual Studio generators, unlike in the command line ``-G`` - argument, you cannot include the platform name in the generator name. Use - the ``architecture`` field instead. + Note that for Visual Studio generators, unlike in the command line + :option:`-G <cmake -G>` argument, you cannot include the platform name + in the generator name. Use the ``architecture`` field instead. ``architecture``, ``toolset`` |