cmake: enable parallel building of cmake projects by default
This commit is contained in:
parent
75d70c8372
commit
031138b7f0
@ -59,6 +59,11 @@ cmakeConfigurePhase() {
|
|||||||
|
|
||||||
cmake ${cmakeDir:-.} $cmakeFlags "${cmakeFlagsArray[@]}"
|
cmake ${cmakeDir:-.} $cmakeFlags "${cmakeFlagsArray[@]}"
|
||||||
|
|
||||||
|
if ! [[ -v enableParallelBuilding ]]; then
|
||||||
|
enableParallelBuilding=1
|
||||||
|
echo "cmake: enabled parallel building"
|
||||||
|
fi
|
||||||
|
|
||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user