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

9 lines
171 B
Bash
Raw Normal View History

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