mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
ENH: Do not do configure first time. This way ccmake loads fast.
This commit is contained in:
@@ -189,11 +189,8 @@ int main(int argc, char** argv)
|
||||
cmCursesForm::CurrentForm = myform;
|
||||
|
||||
myform->InitializeUI();
|
||||
if (myform->Configure() == 0 )
|
||||
{
|
||||
myform->Render(1, 1, x, y);
|
||||
myform->HandleInput();
|
||||
}
|
||||
myform->Render(1, 1, x, y);
|
||||
myform->HandleInput();
|
||||
|
||||
// Need to clean-up better
|
||||
curses_clear();
|
||||
|
||||
Reference in New Issue
Block a user