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
commit55aa37511952a44c3de344648d677abdf5c8173e (patch)
tree9e7638973db9774256a0f416d404bf5aba35c7ed
parentdffcd07bcb382c3b1fc347e67298db711202b4d8 (diff)
parent0a9af7999598c14933dc1111148932759807593a (diff)
downloadcmake-55aa37511952a44c3de344648d677abdf5c8173e.tar.gz
Merge topic 'export-namelink-only-comment-removal'
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();