summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-25 16:40:40 +0000
committerKitware Robot <kwrobot@kitware.com>2021-01-25 11:40:50 -0500
commit6cc6d464e19111c875d5ec04c73ebfa6f516bfa4 (patch)
tree1d7fd60ad6e9b5596749008c0c3826096d090b24
parent4ed5af7a3c004cd326445a342e41051fb0b7bda8 (diff)
parent1d7daa668c774d6cbe876680656bf5be06ca7187 (diff)
downloadcmake-6cc6d464e19111c875d5ec04c73ebfa6f516bfa4.tar.gz
Merge topic 'doc-multi-config-prop' into release-3.19
1d7daa668c Help: Add Ninja Multi-Config to list in GENERATOR_IS_MULTI_CONFIG Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !5737
-rw-r--r--Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst b/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
index 6f1a9e185c..761a1dd2a2 100644
--- a/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
+++ b/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
@@ -5,7 +5,11 @@ GENERATOR_IS_MULTI_CONFIG
Read-only property that is true on multi-configuration generators.
-True when using a multi-configuration generator
-(such as :ref:`Visual Studio Generators` or :generator:`Xcode`).
+True when using a multi-configuration generator such as:
+
+* :generator:`Ninja Multi-Config`
+* :ref:`Visual Studio Generators`
+* :generator:`Xcode`
+
Multi-config generators use :variable:`CMAKE_CONFIGURATION_TYPES`
as the set of configurations and ignore :variable:`CMAKE_BUILD_TYPE`.