mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -06:00
When no `CMAKE_CONFIGURATION_TYPES` is explicitly specified while creating a new build tree, check for an environment variable of the same name. Issue: #20983
10 lines
336 B
ReStructuredText
10 lines
336 B
ReStructuredText
env-init-configs
|
|
----------------
|
|
|
|
* The :envvar:`CMAKE_BUILD_TYPE` environment variable was added to
|
|
provide a default value for the :variable:`CMAKE_BUILD_TYPE` variable.
|
|
|
|
* The :envvar:`CMAKE_CONFIGURATION_TYPES` environment variable was added to
|
|
provide a default value for the :variable:`CMAKE_CONFIGURATION_TYPES`
|
|
variable.
|