ENH: Need to pick up the PreLoad.cmake files.
This commit is contained in:
parent
45cf2ade08
commit
d717ad57a6
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue