From 8ed3c85c4749274cd30eef808d585634c38f3c72 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 13 Jan 2011 17:32:33 -0500 Subject: Give a better message for unused variables --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index c5de2e8..548e59a 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -4321,7 +4321,7 @@ void cmake::RunCheckForUnusedVariables(const std::string& reason) const if(!it->second) { std::string message = "CMake Warning: The variable, '" + it->first + - "', given on the command line, was not used during the " + reason + + "', specified manually, was not used during the " + reason + "."; cmSystemTools::Message(message.c_str()); } -- cgit v0.12