void-packages/common/environment/build-style/cmake.sh
2021-02-09 00:19:07 +01:00

6 lines
128 B
Bash

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