void-packages/common/environment/build-style/cmake.sh

6 lines
128 B
Bash
Raw Normal View History

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