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/guide/user-interaction | |
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/guide/user-interaction')
-rw-r--r-- | Help/guide/user-interaction/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/guide/user-interaction/index.rst b/Help/guide/user-interaction/index.rst index 39de0e5..26b52c0 100644 --- a/Help/guide/user-interaction/index.rst +++ b/Help/guide/user-interaction/index.rst @@ -153,7 +153,7 @@ platform. Usually, the default generator is sufficient to allow the user to proceed to build the software. The user may override the default generator with -the ``-G`` option: +the :option:`-G <cmake -G>` option: .. code-block:: console @@ -214,8 +214,8 @@ generator to use, typically a choice between a ``Makefile`` or a ``Ninja`` based generator. Note that it is not possible to change the generator -with ``-G`` after the first invocation of CMake. To -change the generator, the build directory must be +with :option:`-G <cmake -G>` after the first invocation of CMake. +To change the generator, the build directory must be deleted and the build must be started from scratch. When generating Visual Studio project and solutions |