You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
428 B
16 lines
428 B
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:
|
|
|
|
* :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`.
|