I was wondering why CMake was abandoned as a build system? Simply because no one was using it?
I find the current Makefile system lacking, particularly in that the paths are hard coded and it can't be installed to a user specified directory. I worked around this by installing it by hand (copying the .so files and the include directory manually).