diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-16 16:16:01 (GMT) |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-16 16:16:01 (GMT) |
commit | e5a27a44a7a400e62a5f64450ae2c4d3d2b91e5c (patch) | |
tree | e5a6ee66525f3628c31c26a62d490219370c4c00 /Source/cmNinjaNormalTargetGenerator.cxx | |
parent | ae8124a04c414ebd11dd411bc3296849e3373157 (diff) | |
download | CMake-e5a27a44a7a400e62a5f64450ae2c4d3d2b91e5c.zip CMake-e5a27a44a7a400e62a5f64450ae2c4d3d2b91e5c.tar.gz CMake-e5a27a44a7a400e62a5f64450ae2c4d3d2b91e5c.tar.bz2 |
Ninja: line length
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.cxx')
-rw-r--r-- | Source/cmNinjaNormalTargetGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx index 19f0342..265b28a 100644 --- a/Source/cmNinjaNormalTargetGenerator.cxx +++ b/Source/cmNinjaNormalTargetGenerator.cxx @@ -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()); } |