diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-07-25 17:39:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-07-25 17:39:47 (GMT) |
commit | fe384ee98083f1d17d481d4a17ce6d853ae4b3ff (patch) | |
tree | b88612b4058df7e7001c7ebde77c42387f942b73 /Source/cmake.cxx | |
parent | 27a3c00533ddc5b40d0d3be32ea6f3209f39f13e (diff) | |
download | CMake-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.cxx | 2 |
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; } |