summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-13 12:26:17 +0000
committerKitware Robot <kwrobot@kitware.com>2020-10-13 08:27:18 -0400
commitdf87db1fac3e6aa969972b5dd083fc5933fc23e5 (patch)
tree8876649cca7fc95ae7af0a39d9c7b1f7421270e7
parentce6f9610b38a2dd14c45306ffb7b4a5bb6f748a3 (diff)
parent0a9af7999598c14933dc1111148932759807593a (diff)
downloadcmake-df87db1fac3e6aa969972b5dd083fc5933fc23e5.tar.gz
Merge topic 'export-namelink-only-comment-removal' into release-3.19
0a9af79995 export: Remove leftover inaccurate code comment Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5359
-rw-r--r--Source/cmInstallCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx
index 9a5dbef30a..b99e6a3c6c 100644
--- a/Source/cmInstallCommand.cxx
+++ b/Source/cmInstallCommand.cxx
@@ -463,7 +463,6 @@ bool HandleTargetsMode(std::vector<std::string> const& args,
auto addTargetExport = [&]() {
// Add this install rule to an export if one was specified.
- // (If this is a namelink-only rule no export file will be generated.)
if (!exports.empty()) {
auto te = cm::make_unique<cmTargetExport>();
te->TargetName = target.GetName();