mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
Makefile: Fix comment indentation.
This commit is contained in:
@@ -344,7 +344,7 @@ void cmMakefileTargetGenerator::WriteTargetLanguageFlags()
|
||||
// write language flags for target
|
||||
std::set<cmStdString> languages;
|
||||
this->Target->GetLanguages(languages);
|
||||
// put the compiler in the rules.make file so that if it changes
|
||||
// put the compiler in the rules.make file so that if it changes
|
||||
// things rebuild
|
||||
for(std::set<cmStdString>::const_iterator l = languages.begin();
|
||||
l != languages.end(); ++l)
|
||||
|
||||
Reference in New Issue
Block a user