cmake: enable parallel building of cmake projects by default
This commit is contained in:
parent
75d70c8372
commit
031138b7f0
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@ cmakeConfigurePhase() {
|
|||
|
||||
cmake ${cmakeDir:-.} $cmakeFlags "${cmakeFlagsArray[@]}"
|
||||
|
||||
if ! [[ -v enableParallelBuilding ]]; then
|
||||
enableParallelBuilding=1
|
||||
echo "cmake: enabled parallel building"
|
||||
fi
|
||||
|
||||
runHook postConfigure
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue