export: Remove leftover inaccurate code comment

No functional changes.

Relates: !5352
This commit is contained in:
Craig Scott
2020-10-13 21:38:29 +11:00
parent 446874a8a1
commit 0a9af79995

View File

@@ -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();