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 45838ba..52197ce 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -756,7 +756,7 @@ int cmake::DoPreConfigureChecks()
{
cmSystemTools::Error(
"The source directory does not appear to contain CMakeLists.txt.\n"
- "Specify --help for usage.");
+ "Specify --help for usage, or press the help button on the CMake GUI.");
return -2;
}