Earlier quoted context omitted.
Why migrate from CMake to meson?
CMake feels a lot like C++89: Lots of things you can do, but there are problems: * No standardization or opinionated design, so you can't share your work easily. * No sane defaults, so your build system is always fragile, difficult to maintain, and done wrong. * No best practices, so people keep making the same mistakes over and over. * Misguided attempt to remain compatible with the steaming pile of legacy they've a…
You forgot to mention that the language is awful (but that usually doesn't get in the way IME).