diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-04 22:07:04 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-07 21:25:39 (GMT) |
commit | 14973054a2f3954111789cda5e54c2e2e2175521 (patch) | |
tree | 1cd2c4b592a726aba70682b3a495d49c418313b2 /Source/CursesDialog | |
parent | 1f2c12ebd196f3d23aa40d85c965654dbc36d0ad (diff) | |
download | CMake-14973054a2f3954111789cda5e54c2e2e2175521.zip CMake-14973054a2f3954111789cda5e54c2e2e2175521.tar.gz CMake-14973054a2f3954111789cda5e54c2e2e2175521.tar.bz2 |
Add API for cache loading, deleting and saving to the cmake class.
Migrate existing users of the CacheManager API to use the new
API. The CacheManager will be going away soon.
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r-- | Source/CursesDialog/cmCursesMainForm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx index d60062e..1217bda 100644 --- a/Source/CursesDialog/cmCursesMainForm.cxx +++ b/Source/CursesDialog/cmCursesMainForm.cxx @@ -639,7 +639,7 @@ int cmCursesMainForm::Configure(int noconfigure) // always save the current gui values to disk this->FillCacheManagerFromUI(); - this->CMakeInstance->GetCacheManager()->SaveCache( + this->CMakeInstance->SaveCache( this->CMakeInstance->GetHomeOutputDirectory()); this->LoadCache(0); |