void-packages/common/environment/build-style/cmake.sh
2020-10-23 11:51:02 +02:00

6 lines
122 B
Bash

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