back

by JNRowe·12y ago·view on hn ↗
Not sure where the cut off is or should be, but it doesn't feel standard to me.

On my anecdotal desktop install there are two packages that use cmake; awesome and taskwarrior.

Grep'ing the ebuilds on this Gentoo box, shows me ~400 packages out of ~16000 that use cmake(excluding KDE where it clearly is standard). A lot of the remaining ones seem to be very project specific too(70 leechcraft, 11 fcitx, 10 opensync).

1 comments
Grepping the PKGBUILDs on Arch looks quite a bit different

Official: 547 out of 5115 use cmake.

Unofficial: 5167 out of 47069 use cmake.

A lot of these offer plain Makefiles too, but cmake is decently popular and hard to dismiss.