summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-06-06 07:14:29 (GMT)
committerCraig Scott <craig.scott@crascit.com>2021-06-06 07:14:29 (GMT)
commit41dea08423efa2b0db493c536a3af031f1a29945 (patch)
tree387f783b481828d8a0d8456a77494033864fd473 /Help/variable
parent42af35136f9540f984cacd3f9dfd02d82a09f1f4 (diff)
downloadCMake-41dea08423efa2b0db493c536a3af031f1a29945.zip
CMake-41dea08423efa2b0db493c536a3af031f1a29945.tar.gz
CMake-41dea08423efa2b0db493c536a3af031f1a29945.tar.bz2
Help: Remove recommendations for using CMAKE_CFG_INTDIR
Commit e71c4f7729 (CMAKE_CFG_INTDIR: Formally deprecate in favor of $<CONFIG>, 2021-05-27) only updated the docs for CMAKE_CFG_INTDIR itself, but other parts of the docs still used it. Update the other places to avoid referring to the now-deprecated variable.
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_CONFIGURATION_TYPES.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_CONFIGURATION_TYPES.rst b/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
index 34e99eb..8fcc798 100644
--- a/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
+++ b/Help/variable/CMAKE_CONFIGURATION_TYPES.rst
@@ -6,5 +6,7 @@ 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`.
+types.
+
+See :variable:`CMAKE_BUILD_TYPE` for specifying the configuration with
+single-config generators.