diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-30 19:50:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-30 19:50:57 (GMT) |
commit | e32fc72f48bdcebd3bac8ea2a44c9539aa80b1a7 (patch) | |
tree | 83b6a129fde6fdcf716b216a20eef2000e88b5e7 /Source/CursesDialog | |
parent | a7c293a99ef86eb4478b06128a4ade1b3a92570e (diff) | |
download | CMake-e32fc72f48bdcebd3bac8ea2a44c9539aa80b1a7.zip CMake-e32fc72f48bdcebd3bac8ea2a44c9539aa80b1a7.tar.gz CMake-e32fc72f48bdcebd3bac8ea2a44c9539aa80b1a7.tar.bz2 |
print cmake running message to cerr
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r-- | Source/CursesDialog/cmCursesMainForm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx index e1146e6..73b14e6 100644 --- a/Source/CursesDialog/cmCursesMainForm.cxx +++ b/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()); |