Add the INSTALL_PREFIX genex.

This commit is contained in:
Stephen Kelly
2013-01-27 09:43:44 +01:00
parent 3a1719793f
commit 34d1ade048
9 changed files with 69 additions and 1 deletions
+10
View File
@@ -431,12 +431,22 @@ cmExportFileGenerator::ResolveTargetsInGeneratorExpression(
input.replace(pos, endPos - pos + 1, targetName);
lastPos = endPos;
}
this->ReplaceInstallPrefix(input);
if (!errorString.empty())
{
mf->IssueMessage(cmake::FATAL_ERROR, errorString);
}
}
//----------------------------------------------------------------------------
void
cmExportFileGenerator::ReplaceInstallPrefix(std::string &)
{
// Do nothing
}
//----------------------------------------------------------------------------
void
cmExportFileGenerator