Add a missing comma to the warning message
This commit is contained in:
parent
74997000c8
commit
2e78224509
@ -208,8 +208,8 @@ cmake::~cmake()
|
|||||||
{
|
{
|
||||||
if(!it->second)
|
if(!it->second)
|
||||||
{
|
{
|
||||||
std::string message = "The variable, \"" + it->first + "\", given "
|
std::string message = "warning: The variable, \"" + it->first + "\", given "
|
||||||
"on the command line was not used within the build.";
|
"on the command line, was not used within the build.";
|
||||||
cmSystemTools::Message(message.c_str());
|
cmSystemTools::Message(message.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user