From fe384ee98083f1d17d481d4a17ce6d853ae4b3ff Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 25 Jul 2003 13:39:47 -0400 Subject: [PATCH] add a better message for the GUI if no CMakeLists.txt file is found. --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 45838ba0f..52197cecb 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; }