diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-10-13 21:38:29 +1100 |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-10-13 21:38:29 +1100 |
commit | 0a9af7999598c14933dc1111148932759807593a (patch) | |
tree | 3b52229372c4a0dbb26a044fe5c9b42ae8a917a2 | |
parent | 446874a8a1f5db0e552e39e123bd2405b7b9cbe6 (diff) | |
download | cmake-0a9af7999598c14933dc1111148932759807593a.tar.gz |
export: Remove leftover inaccurate code comment
No functional changes.
Relates: !5352
-rw-r--r-- | Source/cmInstallCommand.cxx | 1 |
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(); |