Browse Source

print cmake running message to cerr

Bill Hoffman 24 years ago
parent
commit
e32fc72f48
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/CursesDialog/cmCursesMainForm.cxx

+ 1 - 0
Source/CursesDialog/cmCursesMainForm.cxx

@@ -442,6 +442,7 @@ void cmCursesMainForm::RunCMake(bool generateMakefiles)
   touchwin(stdscr);
   refresh();
   endwin();
+  std::cerr << "Running CMake, please wait...\n\r";
   // always save the current gui values to disk
   this->FillCacheManagerFromUI();
   cmCacheManager::GetInstance()->SaveCache(cmSystemTools::GetCurrentWorkingDirectory().c_str());