فهرست منبع

cmExportInstallFileGenerator: Fix comment to match reality.

It was copied from cmExportBuildFileGenerator.
Stephen Kelly 12 سال پیش
والد
کامیت
e383555838
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Source/cmExportInstallFileGenerator.cxx

+ 2 - 2
Source/cmExportInstallFileGenerator.cxx

@@ -432,8 +432,8 @@ cmExportInstallFileGenerator::HandleMissingTarget(
     }
     }
   else
   else
     {
     {
-    // We are not appending, so all exported targets should be
-    // known here.  This is probably user-error.
+    // All exported targets should be known here and should be unique.
+    // This is probably user-error.
     this->ComplainAboutMissingTarget(depender, dependee, targetOccurrences);
     this->ComplainAboutMissingTarget(depender, dependee, targetOccurrences);
     }
     }
 }
 }