mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
In each environment variable doc page, insert an opening paragraph (ENV_VAR.txt) to say that this is an environment variable, and provide a link to the cmake-language section on environment variables.
8 lines
199 B
ReStructuredText
8 lines
199 B
ReStructuredText
CTEST_PARALLEL_LEVEL
|
|
--------------------
|
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
Specify the number of tests for CTest to run in parallel. See :manual:`ctest(1)`
|
|
for more information on parallel test execution.
|