summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-11-27 16:58:02 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-12-13 15:52:07 (GMT)
commit8c062f9d9986560588bbc5b7cffbbf3de940cc02 (patch)
tree82c2f2de0c29fae4d57970a71edb7446066504a0 /Help/variable
parente0478cc64623fbfcb7dcd748f27b94cc8473fa1a (diff)
downloadCMake-8c062f9d9986560588bbc5b7cffbbf3de940cc02.zip
CMake-8c062f9d9986560588bbc5b7cffbbf3de940cc02.tar.gz
CMake-8c062f9d9986560588bbc5b7cffbbf3de940cc02.tar.bz2
Help: Add documentation and release notes for multi-config Ninja
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_NINJA_MULTI_DEFAULT_BUILD_TYPE.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_NINJA_MULTI_DEFAULT_BUILD_TYPE.rst b/Help/variable/CMAKE_NINJA_MULTI_DEFAULT_BUILD_TYPE.rst
new file mode 100644
index 0000000..2b950e1
--- /dev/null
+++ b/Help/variable/CMAKE_NINJA_MULTI_DEFAULT_BUILD_TYPE.rst
@@ -0,0 +1,7 @@
+CMAKE_NINJA_MULTI_DEFAULT_BUILD_TYPE
+------------------------------------
+
+Specifies a configuration type to use as the default in ``build.ninja`` for the
+:generator:`Ninja Multi-Config` generator.
+
+If this variable is not specified, no ``build.ninja`` file is generated.