diff options
author | Brad King <brad.king@kitware.com> | 2022-08-08 13:39:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-08-08 13:39:41 (GMT) |
commit | ed86192cd8f9edee1abdcd5de48089ad9f3b140b (patch) | |
tree | d65d4687f417526faffb62fe7e7460d1ee18136b /Help/variable/CMAKE_GENERATOR_TOOLSET.rst | |
parent | 33d2491449bfbcee19e1c5d6d181b26f041cbd02 (diff) | |
parent | a6abdf6c8fdb8edf240198724a3191296f05a292 (diff) | |
download | CMake-ed86192cd8f9edee1abdcd5de48089ad9f3b140b.zip CMake-ed86192cd8f9edee1abdcd5de48089ad9f3b140b.tar.gz CMake-ed86192cd8f9edee1abdcd5de48089ad9f3b140b.tar.bz2 |
Merge topic 'doc-markup-program-options'
a6abdf6c8f Help: Consistent options declaration -- short first, then long
f4563f05db Help: Value for `--graphviz=` option actually is mandatory
04843d743e Help: Replace a bunch of more ``--option`` to `:option:` role
09446266ee Help: Replace mentions of ``-D`` option with :option:`-D` role
b57f27b087 Help: Replace mentions of ``-T`` and ``-A`` options with role
d25b232dee Help: Replace mentions of ``-G`` option with :option:`-G` role
63940e1cab Help: Replace mentions of ``-C`` option with :option:`-C` role
183a49cbfe Help: Replace mentions of ``-S`` option with :option:`-S` role
...
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7544
Diffstat (limited to 'Help/variable/CMAKE_GENERATOR_TOOLSET.rst')
-rw-r--r-- | Help/variable/CMAKE_GENERATOR_TOOLSET.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_GENERATOR_TOOLSET.rst b/Help/variable/CMAKE_GENERATOR_TOOLSET.rst index 45f2d32..4855477 100644 --- a/Help/variable/CMAKE_GENERATOR_TOOLSET.rst +++ b/Help/variable/CMAKE_GENERATOR_TOOLSET.rst @@ -5,7 +5,7 @@ Native build system toolset specification provided by user. Some CMake generators support a toolset specification to tell the native build system how to choose a compiler. If the user specifies -a toolset (e.g. via the :manual:`cmake(1)` ``-T`` option or via +a toolset (e.g. via the :option:`cmake -T` option or via the :envvar:`CMAKE_GENERATOR_TOOLSET` environment variable) the value will be available in this variable. |