浏览代码

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

Bill Hoffman 22 年之前
父节点
当前提交
fe384ee980
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmake.cxx

+ 1 - 1
Source/cmake.cxx

@@ -756,7 +756,7 @@ int cmake::DoPreConfigureChecks()
     {
     {
     cmSystemTools::Error(
     cmSystemTools::Error(
       "The source directory does not appear to contain CMakeLists.txt.\n"
       "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;
     return -2;
     }
     }