Revision 9abc99e90538d90634a14dd5349b3363f63d39c3 authored by Brad King on 18 March 2020, 11:54:11 UTC, committed by Kitware Robot on 18 March 2020, 11:54:23 UTC
cc7f116cb4 FindPython: fix regression on version validation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4492
2 parent s b145196 + cc7f116
Raw File
CMAKE_BUILD_PARALLEL_LEVEL.rst
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.
back to top