mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
BUG: Fixed typo resulting in confusing error message from cmExportInstallFileGenerator.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user