From d717ad57a6415f7ec00f816793befd549e7ba627 Mon Sep 17 00:00:00 2001 From: Clinton Stimpson Date: Fri, 8 Feb 2008 11:26:08 -0500 Subject: ENH: Need to pick up the PreLoad.cmake files. --- Source/QtDialog/QCMake.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/QtDialog/QCMake.cxx b/Source/QtDialog/QCMake.cxx index 5c68898..d07d5ec 100644 --- a/Source/QtDialog/QCMake.cxx +++ b/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(); -- cgit v0.12