summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-07-25 17:39:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-07-25 17:39:47 (GMT)
commitfe384ee98083f1d17d481d4a17ce6d853ae4b3ff (patch)
treeb88612b4058df7e7001c7ebde77c42387f942b73 /Source/cmake.cxx
parent27a3c00533ddc5b40d0d3be32ea6f3209f39f13e (diff)
downloadCMake-fe384ee98083f1d17d481d4a17ce6d853ae4b3ff.zip
CMake-fe384ee98083f1d17d481d4a17ce6d853ae4b3ff.tar.gz
CMake-fe384ee98083f1d17d481d4a17ce6d853ae4b3ff.tar.bz2
add a better message for the GUI if no CMakeLists.txt file is found.
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;
}