https://github.com/Kitware/CMake
Raw File
Tip revision: 9cfff766eb26ab8b29aa509e42d6b367dd00c7b7 authored by Brad King on 15 November 2023, 13:55:18 UTC
CMake 3.27.8
Tip revision: 9cfff76
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