summaryrefslogtreecommitdiff
path: root/share/cmake-3.16/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.16/Help/variable/CMAKE_CONFIGURATION_TYPES.rst')
-rw-r--r--share/cmake-3.16/Help/variable/CMAKE_CONFIGURATION_TYPES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/cmake-3.16/Help/variable/CMAKE_CONFIGURATION_TYPES.rst b/share/cmake-3.16/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
new file mode 100644
index 0000000..34e99eb
--- /dev/null
+++ b/share/cmake-3.16/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
@@ -0,0 +1,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`.