فهرست منبع

ENH: Need to pick up the PreLoad.cmake files.

Clinton Stimpson 18 سال پیش
والد
کامیت
d717ad57a6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Source/QtDialog/QCMake.cxx

+ 1 - 0
Source/QtDialog/QCMake.cxx

@@ -132,6 +132,7 @@ void QCMake::configure()
     this->CMakeInstance->CreateGlobalGenerator(this->Generator.toAscii().data()));
   this->CMakeInstance->SetCMakeCommand(this->CMakeExecutable.toAscii().data());
   this->CMakeInstance->LoadCache();
+  this->CMakeInstance->PreLoadCMakeFiles();
 
   cmSystemTools::ResetErrorOccuredFlag();