The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.