summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-17 20:13:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-17 20:13:31 (GMT)
commit3bc8cbd47551ac0f0e29839f1b87e67156620282 (patch)
treec897971e5228e924f5df79e374569af79191cbe6 /Source/CursesDialog
parentc4805a1b7957c103ad82129e79941fee2dde107c (diff)
downloadCMake-3bc8cbd47551ac0f0e29839f1b87e67156620282.zip
CMake-3bc8cbd47551ac0f0e29839f1b87e67156620282.tar.gz
CMake-3bc8cbd47551ac0f0e29839f1b87e67156620282.tar.bz2
ENH: Reload PreLoad.cmake every time you do configure
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r--Source/CursesDialog/cmCursesMainForm.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx
index 745d77e..22783b5 100644
--- a/Source/CursesDialog/cmCursesMainForm.cxx
+++ b/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>();