summaryrefslogtreecommitdiffstats
path: root/Help/prop_gbl
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-25 15:51:23 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-25 15:52:49 (GMT)
commit1d7daa668c774d6cbe876680656bf5be06ca7187 (patch)
treed0d3eee1220eeb7431056cf7a5ff509eb59f6a1d /Help/prop_gbl
parent0df1fd9d43ccfbcb81d9925cfabba4b2daf525c8 (diff)
downloadCMake-1d7daa668c774d6cbe876680656bf5be06ca7187.zip
CMake-1d7daa668c774d6cbe876680656bf5be06ca7187.tar.gz
CMake-1d7daa668c774d6cbe876680656bf5be06ca7187.tar.bz2
Help: Add Ninja Multi-Config to list in GENERATOR_IS_MULTI_CONFIG
Fixes: #21739
Diffstat (limited to 'Help/prop_gbl')
-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 6f1a9e1..761a1dd 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`.