print cmake running message to cerr

This commit is contained in:
Bill Hoffman 2001-11-30 14:50:57 -05:00
parent a7c293a99e
commit e32fc72f48
1 changed files with 1 additions and 0 deletions

View File

@ -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());