diff options
author | Eicke Herbertz <wolletd@posteo.de> | 2019-04-11 22:50:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-22 11:40:49 (GMT) |
commit | a48ce8f4bf0677e9e8d054892836e8a980ffa435 (patch) | |
tree | dc287ce52f3e6b425d25b789f2951d37a2c4dbd3 /Help/manual/OPTIONS_BUILD.txt | |
parent | 083cf7e8a2515d9f838f3edbb2724fd3b17d83cd (diff) | |
download | CMake-a48ce8f4bf0677e9e8d054892836e8a980ffa435.zip CMake-a48ce8f4bf0677e9e8d054892836e8a980ffa435.tar.gz CMake-a48ce8f4bf0677e9e8d054892836e8a980ffa435.tar.bz2 |
Help: Add documentation for default generator environment variables
Documentation for environment variables that control the default
generator selection:
* CMAKE_GENERATOR
* CMAKE_GENERATOR_INSTANCE
* CMAKE_GENERATOR_PLATFORM
* CMAKE_GENERATOR_TOOLSET
Diffstat (limited to 'Help/manual/OPTIONS_BUILD.txt')
-rw-r--r-- | Help/manual/OPTIONS_BUILD.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt index 64fd816..810aaa9 100644 --- a/Help/manual/OPTIONS_BUILD.txt +++ b/Help/manual/OPTIONS_BUILD.txt @@ -56,6 +56,9 @@ build system. Possible generator names are specified in the :manual:`cmake-generators(7)` manual. + If not specified, CMake checks the :envvar:`CMAKE_GENERATOR` environment + variable and otherwise falls back to a builtin default selection. + ``-T <toolset-spec>`` Toolset specification for the generator, if supported. |