summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-11-05 12:50:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-11-05 12:50:20 (GMT)
commite5d298b8fdb12283291f37048ae8f68a60a6becb (patch)
tree8d394ce34372aa0a0bbedf333c3eb0a3823d2f16 /Source
parent066db7576dda43c6a716b4201c0399a1e3ae9c2b (diff)
parent85aceda0262bff58a0126b2d4e75756e0507fe3c (diff)
downloadCMake-e5d298b8fdb12283291f37048ae8f68a60a6becb.zip
CMake-e5d298b8fdb12283291f37048ae8f68a60a6becb.tar.gz
CMake-e5d298b8fdb12283291f37048ae8f68a60a6becb.tar.bz2
Merge topic 'lwyu-hides-link-error'
85aceda026 cmNinjaNormalTargetGenerator: don't use `|| true` for link-what-you-use Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2546
Diffstat (limited to 'Source')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index 6436969..1386706 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -506,7 +506,6 @@ std::vector<std::string> cmNinjaNormalTargetGenerator::ComputeLinkCmd()
gt.GetFullPath(cfgName, cmStateEnums::RuntimeBinaryArtifact,
/*realname=*/true));
cmakeCommand += targetOutputReal;
- cmakeCommand += " || true";
linkCmds.push_back(std::move(cmakeCommand));
}
return linkCmds;