build-style/cmake: use ninja as default generator

closes #28304
This commit is contained in:
John 2021-01-29 16:24:17 +01:00
parent bebf257aa2
commit 04715e12f6
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
if [ "$CHROOT_READY" ]; then
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
hostmakedepends+=" cmake"
hostmakedepends+=" cmake ninja"
fi
fi