cmExportInstallFileGenerator: Fix comment to match reality.
It was copied from cmExportBuildFileGenerator.
This commit is contained in:
parent
af1f698757
commit
e383555838
|
@ -432,8 +432,8 @@ cmExportInstallFileGenerator::HandleMissingTarget(
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// We are not appending, so all exported targets should be
|
// All exported targets should be known here and should be unique.
|
||||||
// known here. This is probably user-error.
|
// This is probably user-error.
|
||||||
this->ComplainAboutMissingTarget(depender, dependee, targetOccurrences);
|
this->ComplainAboutMissingTarget(depender, dependee, targetOccurrences);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue