From 0a9af7999598c14933dc1111148932759807593a Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Tue, 13 Oct 2020 21:38:29 +1100 Subject: export: Remove leftover inaccurate code comment No functional changes. Relates: !5352 --- Source/cmInstallCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index 9a5dbef..b99e6a3 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -463,7 +463,6 @@ bool HandleTargetsMode(std::vector 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(); te->TargetName = target.GetName(); -- cgit v0.12