summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMake.cxx
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2008-02-08 16:26:08 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2008-02-08 16:26:08 (GMT)
commitd717ad57a6415f7ec00f816793befd549e7ba627 (patch)
tree5cd09bff76c4d1757f5e4c03f68325ff81d749c4 /Source/QtDialog/QCMake.cxx
parent45cf2ade08351ccbc880856ba7774da52db06f0b (diff)
downloadCMake-d717ad57a6415f7ec00f816793befd549e7ba627.zip
CMake-d717ad57a6415f7ec00f816793befd549e7ba627.tar.gz
CMake-d717ad57a6415f7ec00f816793befd549e7ba627.tar.bz2
ENH: Need to pick up the PreLoad.cmake files.
Diffstat (limited to 'Source/QtDialog/QCMake.cxx')
-rw-r--r--Source/QtDialog/QCMake.cxx1
1 files changed, 1 insertions, 0 deletions
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();