summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}
}