diff options
author | Brad King <brad.king@kitware.com> | 2021-06-29 17:53:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-30 14:55:40 (GMT) |
commit | e96169a3eca6f3cda5aa3e9dac2c7e0b6041b44d (patch) | |
tree | f329c3ca7169ded0a07ad3af7a403993c58fef96 /Help | |
parent | 03bd9c4c10741073e9f39dee6c5ee6000a2b1da2 (diff) | |
download | CMake-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.rst | 3 |
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. |