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/envvar | |
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/envvar')
-rw-r--r-- | Help/envvar/CMAKE_GENERATOR.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/envvar/CMAKE_GENERATOR.rst b/Help/envvar/CMAKE_GENERATOR.rst index 3488b04..596e8f3 100644 --- a/Help/envvar/CMAKE_GENERATOR.rst +++ b/Help/envvar/CMAKE_GENERATOR.rst @@ -6,9 +6,9 @@ CMAKE_GENERATOR .. include:: ENV_VAR.txt Specifies the CMake default generator to use when no generator is supplied -with ``-G``. If the provided value doesn't name a generator known by CMake, -the internal default is used. Either way the resulting generator selection -is stored in the :variable:`CMAKE_GENERATOR` variable. +with :option:`-G <cmake -G>`. If the provided value doesn't name a generator +known by CMake, the internal default is used. Either way the resulting +generator selection is stored in the :variable:`CMAKE_GENERATOR` variable. Some generators may be additionally configured using the environment variables: |