summaryrefslogtreecommitdiffstats
path: root/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
blob: 6f1a9e185cd9c447d78fc864b4e1b216b7d9c03d (plain)
1
2
3
4
5
6
7
8
9
10
11
GENERATOR_IS_MULTI_CONFIG
-------------------------

.. versionadded:: 3.9

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`).
Multi-config generators use :variable:`CMAKE_CONFIGURATION_TYPES`
as the set of configurations and ignore :variable:`CMAKE_BUILD_TYPE`.