ENH: Reload PreLoad.cmake every time you do configure

This commit is contained in:
Andy Cedilnik 2004-08-17 16:13:31 -04:00
parent c4805a1b79
commit 3bc8cbd475
1 changed files with 1 additions and 0 deletions

View File

@ -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>();