mirror of
https://github.com/reactos/CMake.git
synced 2025-02-07 12:26:40 +00:00
![Eicke Herbertz](/assets/img/avatar_default.png)
Documentation for environment variables that control the default generator selection: * CMAKE_GENERATOR * CMAKE_GENERATOR_INSTANCE * CMAKE_GENERATOR_PLATFORM * CMAKE_GENERATOR_TOOLSET
13 lines
470 B
ReStructuredText
13 lines
470 B
ReStructuredText
CMAKE_GENERATOR
|
|
---------------
|
|
|
|
The generator used to build the project. See :manual:`cmake-generators(7)`.
|
|
|
|
The name of the generator that is being used to generate the build
|
|
files. (e.g. ``Unix Makefiles``, ``Ninja``, etc.)
|
|
|
|
The value of this variable should never be modified by project code.
|
|
A generator may be selected via the :manual:`cmake(1)` ``-G`` option,
|
|
interactively in :manual:`cmake-gui(1)`, or via the :envvar:`CMAKE_GENERATOR`
|
|
environment variable.
|