|
@@ -306,7 +306,7 @@ bool cmMakefile::ExecuteCommand(const cmListFileFunction& lff)
|
|
|
error << "Error in cmake code at\n"
|
|
error << "Error in cmake code at\n"
|
|
|
<< lff.FilePath << ":" << lff.Line << ":\n"
|
|
<< lff.FilePath << ":" << lff.Line << ":\n"
|
|
|
<< rm->GetError() << std::endl
|
|
<< rm->GetError() << std::endl
|
|
|
- << "Called from: " << this->GetListFileStack().c_str();
|
|
|
|
|
|
|
+ << " Called from: " << this->GetListFileStack().c_str();
|
|
|
cmSystemTools::Error(error.str().c_str());
|
|
cmSystemTools::Error(error.str().c_str());
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
@@ -323,7 +323,7 @@ bool cmMakefile::ExecuteCommand(const cmListFileFunction& lff)
|
|
|
error << "Error in cmake code at\n"
|
|
error << "Error in cmake code at\n"
|
|
|
<< lff.FilePath << ":" << lff.Line << ":\n"
|
|
<< lff.FilePath << ":" << lff.Line << ":\n"
|
|
|
<< usedCommand->GetError() << std::endl
|
|
<< usedCommand->GetError() << std::endl
|
|
|
- << "Called from: " << this->GetListFileStack().c_str();
|
|
|
|
|
|
|
+ << " Called from: " << this->GetListFileStack().c_str();
|
|
|
cmSystemTools::Error(error.str().c_str());
|
|
cmSystemTools::Error(error.str().c_str());
|
|
|
result = false;
|
|
result = false;
|
|
|
if ( this->GetCMakeInstance()->GetScriptMode() )
|
|
if ( this->GetCMakeInstance()->GetScriptMode() )
|
|
@@ -2781,7 +2781,7 @@ std::string cmMakefile::GetListFileStack()
|
|
|
{
|
|
{
|
|
|
if (depth != this->ListFileStack.size())
|
|
if (depth != this->ListFileStack.size())
|
|
|
{
|
|
{
|
|
|
- tmp << "\n ";
|
|
|
|
|
|
|
+ tmp << "\n ";
|
|
|
}
|
|
}
|
|
|
--it;
|
|
--it;
|
|
|
tmp << "[";
|
|
tmp << "[";
|