We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0d5ce commit 28baa95Copy full SHA for 28baa95
tools/tspawn/main.cpp
@@ -481,7 +481,7 @@ static void printSuccessMessage(const QString &model)
481
msg = msg.arg("");
482
#endif
483
msg += "\n or\n\ncmake:\n";
484
- msg += " Run `cd build; cmake ..` to generate a Makefile.\n";
+ msg += " Run `mkdir build; cd build; cmake ..` to generate a Makefile.\n";
485
msg += " Run `cd build; make cmake` to regenerate the Makefile.";
486
}
487
0 commit comments