Kaynağa Gözat

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

Bill Hoffman 22 yıl önce
ebeveyn
işleme
fe384ee980
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Source/cmake.cxx

+ 1 - 1
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;
     }