mirror of
https://github.com/reactos/CMake.git
synced 2025-01-27 06:42:32 +00:00
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:";
|
||||
error += args[cacheStart];
|
||||
error += "\n";
|
||||
this->SetError(error.c_str());
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user