mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
Ninja: line length
This commit is contained in:
parent
ae8124a04c
commit
e5a27a44a7
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user