1
0
Эх сурвалжийг харах

Give a better message for unused variables

Ben Boeckel 15 жил өмнө
parent
commit
8ed3c85c47
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Source/cmake.cxx

+ 1 - 1
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());
           }