https://github.com/Kitware/CMake
Raw File
Tip revision: 01c62f4ff0587537566d06226f7b2e6d37d65c38 authored by Brad King on 19 July 2023, 17:56:04 UTC
CMake 3.26.5
Tip revision: 01c62f4
CMAKE_CONFIGURATION_TYPES.rst
CMAKE_CONFIGURATION_TYPES
-------------------------

.. versionadded:: 3.22

.. include:: ENV_VAR.txt

The ``CMAKE_CONFIGURATION_TYPES`` environment variable specifies a
default value for the :variable:`CMAKE_CONFIGURATION_TYPES` variable
when there is no explicit configuration given on the first run while
creating a new build tree.
back to top