[Cmake-commits] [cmake-commits] hoffman committed cmXCodeObject.cxx 1.24 1.25

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 8 21:14:19 EDT 2008


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

Modified Files:
	cmXCodeObject.cxx 
Log Message:
ENH: fix for 64 bit cmake on mac


Index: cmXCodeObject.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmXCodeObject.cxx,v
retrieving revision 1.24
retrieving revision 1.25
diff -C 2 -d -r1.24 -r1.25
*** cmXCodeObject.cxx	14 Aug 2007 15:45:14 -0000	1.24
--- cmXCodeObject.cxx	9 May 2008 01:14:16 -0000	1.25
***************
*** 70,73 ****
--- 70,77 ----
        }
      }
+   if(this->Id.size() > 24)
+     {
+     this->Id = this->Id.substr(0,24);
+     }
    this->TypeValue = type;
    if(this->TypeValue == OBJECT)



More information about the Cmake-commits mailing list