The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.