Skip to content
Snippets Groups Projects
Commit a26efa28 authored by Daniel McGregor's avatar Daniel McGregor Committed by Richard Purdie
Browse files

cmake: prefer CMAKE_BUILD_PARALLEL_LEVEL


cmake 3.12 introduced this environment variable. Prefer it to passing
PARALLEL_MAKE and PARALLEL_MAKEINST on the cmake command line, because
it gets passed to second stage cmake invocations while command-line
arguments do not (for example, multi-stage clang builds)

(From OE-Core rev: cdd44c93f02bb8cc2fa773e13c8ce36e3da23921)

Signed-off-by: default avatarDaniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent e6daaf97
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment