[cmake-commits] king committed
cmMakefileExecutableTargetGenerator.cxx 1.34 1.35
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon May 28 11:03:13 EDT 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv656
Modified Files:
cmMakefileExecutableTargetGenerator.cxx
Log Message:
COMP: Fix build on mac after change to GetSourceFiles signature.
Index: cmMakefileExecutableTargetGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefileExecutableTargetGenerator.cxx,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- cmMakefileExecutableTargetGenerator.cxx 1 May 2007 17:51:25 -0000 1.34
+++ cmMakefileExecutableTargetGenerator.cxx 28 May 2007 15:03:11 -0000 1.35
@@ -139,7 +139,7 @@
cmSystemTools::Error("could not find Mac OSX bundle template file.");
}
- std::vector<cmSourceFile*>::iterator sourceIt;
+ std::vector<cmSourceFile*>::const_iterator sourceIt;
for ( sourceIt = this->Target->GetSourceFiles().begin();
sourceIt != this->Target->GetSourceFiles().end();
++ sourceIt )
More information about the Cmake-commits
mailing list