From e32fc72f48bdcebd3bac8ea2a44c9539aa80b1a7 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 30 Nov 2001 14:50:57 -0500 Subject: [PATCH] print cmake running message to cerr --- Source/CursesDialog/cmCursesMainForm.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx index e1146e650c..73b14e6192 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());