add a better message for the GUI if no CMakeLists.txt file is found.

This commit is contained in:
Bill Hoffman 2003-07-25 13:39:47 -04:00
parent 27a3c00533
commit fe384ee980
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}