diff options
Diffstat (limited to 'Help/envvar/CMAKE_GENERATOR_TOOLSET.rst')
-rw-r--r-- | Help/envvar/CMAKE_GENERATOR_TOOLSET.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/envvar/CMAKE_GENERATOR_TOOLSET.rst b/Help/envvar/CMAKE_GENERATOR_TOOLSET.rst new file mode 100644 index 0000000..394dd88 --- /dev/null +++ b/Help/envvar/CMAKE_GENERATOR_TOOLSET.rst @@ -0,0 +1,10 @@ +CMAKE_GENERATOR_TOOLSET +----------------------- + +.. versionadded:: 3.15 + +.. include:: ENV_VAR.txt + +Default value for :variable:`CMAKE_GENERATOR_TOOLSET` if no Cache entry +is present and no value is specified by :manual:`cmake(1)` ``-T`` option. +This value is only applied if :envvar:`CMAKE_GENERATOR` is set. |