STYLE: fix typo: now double space after -D

Alex
This commit is contained in:
Alexander Neundorf 2007-06-04 13:50:34 -04:00
parent 003654670b
commit e9fc2cb086
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args)
}
else
{
cmSystemTools::Error("-D must be followed with VAR=VALUE.");
cmSystemTools::Error("-D must be followed with VAR=VALUE.");
return false;
}
}