mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Ninja: line length
This commit is contained in:
@@ -440,7 +440,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
|
|||||||
// so we need a plain target name in the rule available.
|
// so we need a plain target name in the rule available.
|
||||||
// TODO: Makefile generator could use <TARGET> because it expands
|
// TODO: Makefile generator could use <TARGET> because it expands
|
||||||
// to the plain target name, here it expands to a relative path.
|
// 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());
|
vars["TARGET_PDB"] = std::string(this->GetTarget()->GetName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user