Browse Source

ENH: Enable preload for ccmake

Andy Cedilnik 21 năm trước cách đây
mục cha
commit
c4805a1b79
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Source/CursesDialog/cmCursesMainForm.cxx

+ 1 - 0
Source/CursesDialog/cmCursesMainForm.cxx

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