cmake/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst

16 lines
428 B
ReStructuredText
Raw Normal View History

2017-07-20 19:35:53 +02:00
GENERATOR_IS_MULTI_CONFIG
-------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.9
2017-07-20 19:35:53 +02:00
Read-only property that is true on multi-configuration generators.
2021-09-14 00:13:48 +02:00
True when using a multi-configuration generator such as:
* :generator:`Ninja Multi-Config`
* :ref:`Visual Studio Generators`
* :generator:`Xcode`
2017-07-20 19:35:53 +02:00
Multi-config generators use :variable:`CMAKE_CONFIGURATION_TYPES`
as the set of configurations and ignore :variable:`CMAKE_BUILD_TYPE`.