Skip to content

Commit 28baa95

Browse files
modified output messages.
1 parent fa0d5ce commit 28baa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tspawn/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ static void printSuccessMessage(const QString &model)
481481
msg = msg.arg("");
482482
#endif
483483
msg += "\n or\n\ncmake:\n";
484-
msg += " Run `cd build; cmake ..` to generate a Makefile.\n";
484+
msg += " Run `mkdir build; cd build; cmake ..` to generate a Makefile.\n";
485485
msg += " Run `cd build; make cmake` to regenerate the Makefile.";
486486
}
487487

0 commit comments

Comments
 (0)