mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
Ninja: don't pollute the rules file with useless comments
This commit is contained in:
@@ -309,10 +309,11 @@ void
|
||||
cmNinjaTargetGenerator
|
||||
::WriteLanguageRules(const std::string& language)
|
||||
{
|
||||
#ifdef NINJA_GEN_VERBOSE_FILES
|
||||
this->GetRulesFileStream()
|
||||
<< "# Rules for language " << language << "\n\n";
|
||||
#endif
|
||||
this->WriteCompileRule(language);
|
||||
this->GetRulesFileStream() << "\n";
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user