From e9fc2cb086f2e9ce35bd8fba483a44f71d6e3d8a Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 4 Jun 2007 13:50:34 -0400 Subject: STYLE: fix typo: now double space after -D Alex --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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& args) } else { - cmSystemTools::Error("-D must be followed with VAR=VALUE."); + cmSystemTools::Error("-D must be followed with VAR=VALUE."); return false; } } -- cgit v0.12