summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/variable/CMAKE_CONFIGURATION_TYPES.rst')
-rwxr-xr-xshare/cmake-3.2/Help/variable/CMAKE_CONFIGURATION_TYPES.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/cmake-3.2/Help/variable/CMAKE_CONFIGURATION_TYPES.rst b/share/cmake-3.2/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
deleted file mode 100755
index 986b969..0000000
--- a/share/cmake-3.2/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-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 CMAKE_BUILD_TYPE for details of managing
-configuration data, and CMAKE_CFG_INTDIR.