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

This commit is contained in:
Clinton Stimpson 2008-02-08 11:26:08 -05:00
parent 45cf2ade08
commit d717ad57a6
1 changed files with 1 additions and 0 deletions

View File

@ -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();