summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2020-02-20 12:33:16 -0800
committerAlexander Dorokhine <adorokhine@google.com>2020-02-20 12:43:04 -0800
commitfc59035d8c856055f2a263dc8a2f9de96c959cc2 (patch)
tree1fc161100c29dae451f06ad52f40ccf1262318ce /share/cmake-3.10/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
parentf3bfe547014d2d751b7547ad7847a51b0ea34dc8 (diff)
parent64db8fbc54df5507fe46bebd666176bb24d50fd0 (diff)
downloaddarwin-x86-fc59035d8c856055f2a263dc8a2f9de96c959cc2.tar.gz
* origin/cmake-master-dev: Upgrade cmake to 3.10.2 Update cmake (ab/4111459) Add cmake 3.8.2 for tests Update prebuilts to CMake 3.6.0-rc2 (go/ab/3043163). Bug: 149853706 Change-Id: I570636a6ae3ca935925ac36aeef6a2b3dfcf0c82
Diffstat (limited to 'share/cmake-3.10/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst')
-rw-r--r--share/cmake-3.10/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.10/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst b/share/cmake-3.10/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
new file mode 100644
index 0000000..b8ec8a6
--- /dev/null
+++ b/share/cmake-3.10/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
@@ -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`.