summaryrefslogtreecommitdiff
path: root/Help/envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst')
-rw-r--r--Help/envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst b/Help/envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst
new file mode 100644
index 000000000..199ca3e4b
--- /dev/null
+++ b/Help/envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst
@@ -0,0 +1,11 @@
+CMAKE_BUILD_PARALLEL_LEVEL
+--------------------------
+
+.. include:: ENV_VAR.txt
+
+Specifies the maximum number of concurrent processes to use when building
+using the ``cmake --build`` command line
+:ref:`Build Tool Mode <Build Tool Mode>`.
+
+If this variable is defined empty the native build tool's default number is
+used.