ENH: Enable preload for ccmake

This commit is contained in:
Andy Cedilnik 2004-08-17 15:36:28 -04:00
parent 957ddc4195
commit c4805a1b79
1 changed files with 1 additions and 0 deletions

View File

@ -1177,6 +1177,7 @@ int cmCursesMainForm::LoadCache(const char *)
return r;
}
m_CMakeInstance->SetCacheArgs(m_Args);
m_CMakeInstance->PreLoadCMakeFiles();
return r;
}