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

7 lines
134 B
Bash

if [ "$CHROOT_READY" ]; then
hostmakedepends+=" cmake"
if [ "${make_cmd:-ninja}" = ninja ]; then
hostmakedepends+=" ninja"
fi
fi