Theme 1– CMake is seen as overly complex and in need of replacement
“there is something fundamentally wrong with a meta‑meta build system. I don’t think you should bother generating or wrapping CMake, you should be replacing it.” — duped
Theme 2 – Simpler, more direct build approaches are preferred
“My thoughts exactly. I thought this was going to be some new thing, but it’s just yet another reason that I’ll stick with Makefiles.” — SpaceNoodled
Theme 3 – Security and reproducibility concerns around automated installers and offline builds
“The installation instructions being a
curl | shwriting to the user’s bashrc does not inspire confidence.” — lgtx
“Provide a way to compile without internet access and specify the associated dependencies path manually.” — adev_