mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-15 14:00:40 -05:00
Documentation for environment variables that control the default generator selection: * CMAKE_GENERATOR * CMAKE_GENERATOR_INSTANCE * CMAKE_GENERATOR_PLATFORM * CMAKE_GENERATOR_TOOLSET
10 lines
400 B
ReStructuredText
10 lines
400 B
ReStructuredText
default-generator-env
|
|
---------------------
|
|
|
|
* The :envvar:`CMAKE_GENERATOR` environment variable was added
|
|
to specify a default generator to use when :manual:`cmake(1)` is
|
|
run without a ``-G`` option. Additionally, environment variables
|
|
:envvar:`CMAKE_GENERATOR_PLATFORM`, :envvar:`CMAKE_GENERATOR_TOOLSET`,
|
|
and :envvar:`CMAKE_GENERATOR_INSTANCE` were created to configure
|
|
the generator.
|