Hacker News new | ask | show | jobs
by Sir_Cmpwn 2851 days ago
I think the best advice I can give to someone learning about cmake is to use meson instead. I once had dozens of codebases using cmake, and have since moved most of them to meson and start most new new projects with meson.
1 comments

I dislike meson, it mixes configuration with generation when a separate project (if even really needed as sh is fine) for configuration could exist.
What?
It mixes configuration as in ./configure related with generation as in build generation.