summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-29 17:53:38 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-30 14:55:40 (GMT)
commite96169a3eca6f3cda5aa3e9dac2c7e0b6041b44d (patch)
treef329c3ca7169ded0a07ad3af7a403993c58fef96 /Help
parent03bd9c4c10741073e9f39dee6c5ee6000a2b1da2 (diff)
downloadCMake-e96169a3eca6f3cda5aa3e9dac2c7e0b6041b44d.zip
CMake-e96169a3eca6f3cda5aa3e9dac2c7e0b6041b44d.tar.gz
CMake-e96169a3eca6f3cda5aa3e9dac2c7e0b6041b44d.tar.bz2
Help: Cross-reference CMAKE_CONFIGURATION_TYPES from CMAKE_BUILD_TYPE
The other direction is already linked.
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_BUILD_TYPE.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_BUILD_TYPE.rst b/Help/variable/CMAKE_BUILD_TYPE.rst
index 405f7d5..dd892fa 100644
--- a/Help/variable/CMAKE_BUILD_TYPE.rst
+++ b/Help/variable/CMAKE_BUILD_TYPE.rst
@@ -23,3 +23,6 @@ Note that configuration names are case-insensitive. The value of this
variable will be the same as it is specified when invoking CMake.
For instance, if ``-DCMAKE_BUILD_TYPE=ReLeAsE`` is specified, then the
value of ``CMAKE_BUILD_TYPE`` will be ``ReLeAsE``.
+
+See :variable:`CMAKE_CONFIGURATION_TYPES` for specifying the configuration
+with multi-config generators.