Procházet zdrojové kódy

ENH: Reload PreLoad.cmake every time you do configure

Andy Cedilnik před 21 roky
rodič
revize
3bc8cbd475
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      Source/CursesDialog/cmCursesMainForm.cxx

+ 1 - 0
Source/CursesDialog/cmCursesMainForm.cxx

@@ -645,6 +645,7 @@ int cmCursesMainForm::Configure(int noconfigure)
   this->FillCacheManagerFromUI();
   this->m_CMakeInstance->GetCacheManager()->SaveCache(
     m_CMakeInstance->GetHomeOutputDirectory());
+  this->LoadCache(0);
   
   // Get rid of previous errors
   m_Errors = std::vector<std::string>();