ENH: Added extra newline in an error message to improve readability.
This commit is contained in:
parent
924cf69ec6
commit
ee86c59cba
@ -105,6 +105,7 @@ bool cmSetCommand::InitialPass(std::vector<std::string>& args)
|
|||||||
{
|
{
|
||||||
std::string error = "Error in arguments to cache, expected CACHE found:";
|
std::string error = "Error in arguments to cache, expected CACHE found:";
|
||||||
error += args[cacheStart];
|
error += args[cacheStart];
|
||||||
|
error += "\n";
|
||||||
this->SetError(error.c_str());
|
this->SetError(error.c_str());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user