This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
if [ "$CHROOT_READY" ]; then
|
|
if [ "$pkgname" != cmake ]; then
|
|
hostmakedepends+=" cmake"
|
|
fi
|
|
if [ "${make_cmd:-ninja}" = ninja ]; then
|
|
hostmakedepends+=" ninja"
|
|
fi
|
|
fi
|
|
|
|
export CTEST_OUTPUT_ON_FAILURE=TRUE
|