[cmake-commits] clinton committed QCMake.cxx 1.13 1.14

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 8 11:26:10 EST 2008


Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv384

Modified Files:
	QCMake.cxx 
Log Message:
ENH:  Need to pick up the PreLoad.cmake files.


Index: QCMake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/QCMake.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- QCMake.cxx	1 Feb 2008 15:41:29 -0000	1.13
+++ QCMake.cxx	8 Feb 2008 16:26:08 -0000	1.14
@@ -132,6 +132,7 @@
     this->CMakeInstance->CreateGlobalGenerator(this->Generator.toAscii().data()));
   this->CMakeInstance->SetCMakeCommand(this->CMakeExecutable.toAscii().data());
   this->CMakeInstance->LoadCache();
+  this->CMakeInstance->PreLoadCMakeFiles();
 
   cmSystemTools::ResetErrorOccuredFlag();
 



More information about the Cmake-commits mailing list