Skip to content

cmGlobalGenerator: Refactor methods to accept std::string instead const char*

This patch refactors

  • cmGlobalGenerator::GetLanguageFromExtension and
  • cmGlobalGenerator::IgnoreFile

to accept const std::string& instead of const char*, because that's what they're called with usually anyway.

Merge request reports