diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 27bfbee..d4cabdb 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -208,8 +208,8 @@ cmake::~cmake() { if(!it->second) { - std::string message = "The variable, \"" + it->first + "\", given " - "on the command line was not used within the build."; + std::string message = "warning: The variable, \"" + it->first + "\", given " + "on the command line, was not used within the build."; cmSystemTools::Message(message.c_str()); } } |