mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
STYLE: fix typo: now double space after -D
Alex
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user