build-style/cmake: always depends on cmake in host
All packages that build with cmake build-style switched from cmake-bootstrap to cmake. Remove the conditional.
This commit is contained in:
parent
60e47b061a
commit
c310295bfe
|
@ -1,7 +1,5 @@
|
|||
if [ "$CHROOT_READY" ]; then
|
||||
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
||||
hostmakedepends+=" cmake"
|
||||
fi
|
||||
hostmakedepends+=" cmake"
|
||||
if [ "${make_cmd:-ninja}" = ninja ]; then
|
||||
hostmakedepends+=" ninja"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue