summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-04 17:50:34 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-04 17:50:34 (GMT)
commite9fc2cb086f2e9ce35bd8fba483a44f71d6e3d8a (patch)
tree98d4bd2149a4f5266868c230ff3c258520f0ab62
parent003654670b55a98eddd3c69de081eddb82383937 (diff)
downloadCMake-e9fc2cb086f2e9ce35bd8fba483a44f71d6e3d8a.zip
CMake-e9fc2cb086f2e9ce35bd8fba483a44f71d6e3d8a.tar.gz
CMake-e9fc2cb086f2e9ce35bd8fba483a44f71d6e3d8a.tar.bz2
STYLE: fix typo: now double space after -D
Alex
-rw-r--r--Source/cmake.cxx2
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;
}
}