mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'prop-is-multi-config'
01826231Tests: Add case for GENERATOR_IS_MULTI_CONFIG38fd5866Add GENERATOR_IS_MULTI_CONFIG global property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !657
This commit is contained in:
@@ -31,6 +31,7 @@ Properties of Global Scope
|
||||
/prop_gbl/FIND_LIBRARY_USE_LIB64_PATHS
|
||||
/prop_gbl/FIND_LIBRARY_USE_LIBX32_PATHS
|
||||
/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING
|
||||
/prop_gbl/GENERATOR_IS_MULTI_CONFIG
|
||||
/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE
|
||||
/prop_gbl/GLOBAL_DEPENDS_NO_CYCLES
|
||||
/prop_gbl/IN_TRY_COMPILE
|
||||
|
||||
9
Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
Normal file
9
Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
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`).
|
||||
Multi-config generators use :variable:`CMAKE_CONFIGURATION_TYPES`
|
||||
as the set of configurations and ignore :variable:`CMAKE_BUILD_TYPE`.
|
||||
6
Help/release/dev/prop-is-multi-config.rst
Normal file
6
Help/release/dev/prop-is-multi-config.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
prop-is-multi-config
|
||||
--------------------
|
||||
|
||||
* A :prop_gbl:`GENERATOR_IS_MULTI_CONFIG` global property was
|
||||
added to determine whether the current generator is a multi-configuration
|
||||
generator (such as :ref:`Visual Studio Generators` or :generator:`Xcode`).
|
||||
Reference in New Issue
Block a user