mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-20 21:50:53 -06:00
removed extra Generate that was screwing things up
This commit is contained in:
@@ -613,8 +613,6 @@ int cmCursesMainForm::Configure()
|
||||
|
||||
int cmCursesMainForm::Generate()
|
||||
{
|
||||
m_CMakeInstance->Generate();
|
||||
|
||||
int x,y;
|
||||
getmaxyx(stdscr, y, x);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user