BUG: When only loading ccmake cache, do not allow generate

This commit is contained in:
Andy Cedilnik 2003-06-06 09:57:28 -04:00
parent 49c8ca5bca
commit 65dcf074a1
1 changed files with 1 additions and 0 deletions

View File

@ -651,6 +651,7 @@ int cmCursesMainForm::Configure(int noconfigure)
if ( noconfigure )
{
retVal = this->m_CMakeInstance->DoPreConfigureChecks();
m_OkToGenerate = false;
if ( retVal > 0 )
{
retVal = 0;