1CMAKE_GENERATOR 2--------------- 3 4.. versionadded:: 3.15 5 6.. include:: ENV_VAR.txt 7 8Specifies the CMake default generator to use when no generator is supplied 9with ``-G``. If the provided value doesn't name a generator known by CMake, 10the internal default is used. Either way the resulting generator selection 11is stored in the :variable:`CMAKE_GENERATOR` variable. 12 13Some generators may be additionally configured using the environment 14variables: 15 16* :envvar:`CMAKE_GENERATOR_PLATFORM` 17* :envvar:`CMAKE_GENERATOR_TOOLSET` 18* :envvar:`CMAKE_GENERATOR_INSTANCE` 19