BUG: Fixed typo resulting in confusing error message from cmExportInstallFileGenerator.
This commit is contained in:
parent
593c213f16
commit
0dac20cd20
|
@ -269,7 +269,7 @@ cmExportInstallFileGenerator
|
|||
cmOStringStream e;
|
||||
e << "INSTALL(EXPORT \"" << this->Name << "\" ...) "
|
||||
<< "includes target \"" << depender->GetName()
|
||||
<< "\" which requires target \"" << depender->GetName()
|
||||
<< "\" which requires target \"" << dependee->GetName()
|
||||
<< "\" that is not in the export set.";
|
||||
cmSystemTools::Error(e.str().c_str());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue