mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 04:24:36 +08:00
Add a missing comma to the warning message
This commit is contained in:
@@ -208,8 +208,8 @@ cmake::~cmake()
|
||||
{
|
||||
if(!it->second)
|
||||
{
|
||||
std::string message = "The variable, \"" + it->first + "\", given "
|
||||
"on the command line was not used within the build.";
|
||||
std::string message = "warning: The variable, \"" + it->first + "\", given "
|
||||
"on the command line, was not used within the build.";
|
||||
cmSystemTools::Message(message.c_str());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user