mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-20 06:48:38 -05:00
add a better message for the GUI if no CMakeLists.txt file is found.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user