summaryrefslogtreecommitdiff
path: root/share/cmake-3.18/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
blob: 34e99ebf70943415f29573cdc6215aded32486aa (plain)
1
2
3
4
5
6
7
8
9
10
CMAKE_CONFIGURATION_TYPES
-------------------------

Specifies the available build types on multi-config generators.

This specifies what build types (configurations) will be available
such as ``Debug``, ``Release``, ``RelWithDebInfo`` etc.  This has reasonable
defaults on most platforms, but can be extended to provide other build
types.  See also :variable:`CMAKE_BUILD_TYPE` for details of managing
configuration data, and :variable:`CMAKE_CFG_INTDIR`.