Browse Source

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

Andy Cedilnik 23 years ago
parent
commit
65dcf074a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/CursesDialog/cmCursesMainForm.cxx

+ 1 - 0
Source/CursesDialog/cmCursesMainForm.cxx

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