If the CMAKE_GENERATOR environment variable is set to e.g. Ninja, CMake based build will fail because CMake generates Ninja build files instead of Makefiles. To fix this use either a) explicitly set -G"Unix Makefiles" in package/pkg-cmake.mk b) (better) use "cmake --build ." instead of make
Sounds good. Could you send a patch implementing (2) ? Thanks!
Thank you for your report. The issue tracker for the Buildroot project has been moved to the Gitlab.com issue tracker: https://gitlab.com/buildroot.org/buildroot/-/issues We are taking this opportunity to close old issues in this old tracker. If you believe your issue is still relevant, please open one in the new issue tracker. Thank you!