mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06:00
ERR: Minor wording error in output message.
This commit is contained in:
@@ -27,7 +27,7 @@ bool cmUnixDefinesCommand::Invoke(std::vector<std::string>& args)
|
||||
{
|
||||
if(args.size() < 1 )
|
||||
{
|
||||
this->SetError("Win32Defines called with incorrect number of arguments");
|
||||
this->SetError("called with incorrect number of arguments");
|
||||
return false;
|
||||
}
|
||||
for(std::vector<std::string>::iterator i = args.begin();
|
||||
|
||||
Reference in New Issue
Block a user