Help: Cross-reference CMAKE_CONFIGURATION_TYPES from CMAKE_BUILD_TYPE

The other direction is already linked.
This commit is contained in:
Brad King
2021-06-29 13:53:38 -04:00
parent 03bd9c4c10
commit e96169a3ec
+3
View File
@@ -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. variable will be the same as it is specified when invoking CMake.
For instance, if ``-DCMAKE_BUILD_TYPE=ReLeAsE`` is specified, then the For instance, if ``-DCMAKE_BUILD_TYPE=ReLeAsE`` is specified, then the
value of ``CMAKE_BUILD_TYPE`` will be ``ReLeAsE``. value of ``CMAKE_BUILD_TYPE`` will be ``ReLeAsE``.
See :variable:`CMAKE_CONFIGURATION_TYPES` for specifying the configuration
with multi-config generators.