mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
STYLE: fix typo: now double space after -D
Alex
This commit is contained in:
+1
-1
@@ -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