CModuler is a CMake module generator. I was fed up with copy & paste, search & replace over and over again 90% of the time.
Version 1.0 (AKA “CModuler Meta”) provides only very limited functionality: it will create finders (modules of the form FindXXX.cmake) for libraries consisting of only 1 library. CModuler-generated modules support debug/release configurations.
Here is an example of a CModuler-generated module for finding Sqlite3: FindSqlite3.cmake
You can download CModuler from Gitorious
Like CMake, CModuler is licensed under the BSD license
NB: The comments in this blog do not work due to a hosting issue