summaryrefslogtreecommitdiffstats
path: root/Help/envvar/CMAKE_GENERATOR_INSTANCE.rst
diff options
context:
space:
mode:
authorEicke Herbertz <wolletd@posteo.de>2019-04-11 22:50:33 (GMT)
committerBrad King <brad.king@kitware.com>2019-05-22 11:40:49 (GMT)
commita48ce8f4bf0677e9e8d054892836e8a980ffa435 (patch)
treedc287ce52f3e6b425d25b789f2951d37a2c4dbd3 /Help/envvar/CMAKE_GENERATOR_INSTANCE.rst
parent083cf7e8a2515d9f838f3edbb2724fd3b17d83cd (diff)
downloadCMake-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/envvar/CMAKE_GENERATOR_INSTANCE.rst')
-rw-r--r--Help/envvar/CMAKE_GENERATOR_INSTANCE.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/envvar/CMAKE_GENERATOR_INSTANCE.rst b/Help/envvar/CMAKE_GENERATOR_INSTANCE.rst
new file mode 100644
index 0000000..1654fa1
--- /dev/null
+++ b/Help/envvar/CMAKE_GENERATOR_INSTANCE.rst
@@ -0,0 +1,7 @@
+CMAKE_GENERATOR_INSTANCE
+------------------------
+
+.. include:: ENV_VAR.txt
+
+Default value for :variable:`CMAKE_GENERATOR_INSTANCE` if no Cache entry is
+present. This value is only applied if :envvar:`CMAKE_GENERATOR` is set.