Browse Source

Merge topic 'export-namelink-only-comment-removal' into release-3.19

0a9af79995 export: Remove leftover inaccurate code comment

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5359
Brad King 5 years ago
parent
commit
df87db1fac
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmInstallCommand.cxx

+ 0 - 1
Source/cmInstallCommand.cxx

@@ -463,7 +463,6 @@ bool HandleTargetsMode(std::vector<std::string> const& args,
 
 
     auto addTargetExport = [&]() {
     auto addTargetExport = [&]() {
       // Add this install rule to an export if one was specified.
       // 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()) {
       if (!exports.empty()) {
         auto te = cm::make_unique<cmTargetExport>();
         auto te = cm::make_unique<cmTargetExport>();
         te->TargetName = target.GetName();
         te->TargetName = target.GetName();