diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-04 17:50:34 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-04 17:50:34 (GMT) |
commit | e9fc2cb086f2e9ce35bd8fba483a44f71d6e3d8a (patch) | |
tree | 98d4bd2149a4f5266868c230ff3c258520f0ab62 | |
parent | 003654670b55a98eddd3c69de081eddb82383937 (diff) | |
download | CMake-e9fc2cb086f2e9ce35bd8fba483a44f71d6e3d8a.zip CMake-e9fc2cb086f2e9ce35bd8fba483a44f71d6e3d8a.tar.gz CMake-e9fc2cb086f2e9ce35bd8fba483a44f71d6e3d8a.tar.bz2 |
STYLE: fix typo: now double space after -D
Alex
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 9082837..491a298 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -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; } } |