summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index f4680ca..757ad6f 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -4496,7 +4496,7 @@ void cmake::RunCheckForUnusedVariables() const
{
if(!it->second)
{
- std::string message = "warning: The variable, \"" + it->first + "\", given "
+ std::string message = "warning: The variable, '" + it->first + "', given "
"on the command line, was not used within the build.";
cmSystemTools::Message(message.c_str());
}