NAME

Mpp::Fixer::CMake - Fix CMake Makefiles so they become nice

DESCRIPTION

CMake generates a highly recursive build system that causes deep recursion. This is replaced by include and load_makefile statements for everything and marks the highest Makefile as though it were a RootMakeppfile. This is activated automatically whenever we detect a makefile that was generated by CMake.