diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-02-08 16:26:08 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-02-08 16:26:08 (GMT) |
commit | d717ad57a6415f7ec00f816793befd549e7ba627 (patch) | |
tree | 5cd09bff76c4d1757f5e4c03f68325ff81d749c4 /Source/QtDialog/QCMake.cxx | |
parent | 45cf2ade08351ccbc880856ba7774da52db06f0b (diff) | |
download | CMake-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.cxx | 1 |
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(); |