This post is very old. Please bear in mind that information here might be incorrect or obsolete, and links can be broken. If something seems wrong, please feel free to comment or contact me and I'll update the post.
CMake 2.6 has been released. See the release announcement. CMake is a very nice cross-platform build tool which does not build itself but instead creates projects for the target platform (Visual Studio projects files for Windows, Makefiles for Linux, etc.).
Pretty nice and it usually “just works”. Recently, KDE has switched over to it, and since then I also gave it a try and I must admit so far, it’s the best build tool I tried. Aqsis is also using it and it works pretty well so far; supporting Mac OS, Windows and Linux — this is where I had my first personal contact with CMake.
Related posts: