[cmake-commits] andy committed cmCPackGenericGenerator.cxx 1.37 1.38

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Oct 15 07:54:54 EDT 2006


Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv10716/Source/CPack

Modified Files:
	cmCPackGenericGenerator.cxx 
Log Message:
STYLE: Fix kwstyle


Index: cmCPackGenericGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackGenericGenerator.cxx,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- cmCPackGenericGenerator.cxx	12 Oct 2006 17:05:50 -0000	1.37
+++ cmCPackGenericGenerator.cxx	15 Oct 2006 11:54:51 -0000	1.38
@@ -429,8 +429,10 @@
         {
         this->SetOption("CMAKE_INSTALL_PREFIX", tempInstallDirectory);
         }
-      this->SetOptionIfNotSet("CMAKE_CURRENT_BINARY_DIR", tempInstallDirectory);
-      this->SetOptionIfNotSet("CMAKE_CURRENT_SOURCE_DIR", tempInstallDirectory);
+      this->SetOptionIfNotSet("CMAKE_CURRENT_BINARY_DIR",
+        tempInstallDirectory);
+      this->SetOptionIfNotSet("CMAKE_CURRENT_SOURCE_DIR",
+        tempInstallDirectory);
       int res = this->MakefileMap->ReadListFile(0, installScript.c_str());
       if ( cmSystemTools::GetErrorOccuredFlag() || !res )
         {



More information about the Cmake-commits mailing list