Ninja: line length

This commit is contained in:
Peter Kümmel 2012-07-16 18:16:01 +02:00
parent ae8124a04c
commit e5a27a44a7
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
// so we need a plain target name in the rule available.
// TODO: Makefile generator could use <TARGET> because it expands
// to the plain target name, here it expands to a relative path.
// This difference could make trouble when switching to Ninja generator.
// This difference could make trouble when switching to Ninja generator.
vars["TARGET_PDB"] = std::string(this->GetTarget()->GetName());
}