[Cmake-commits] [cmake-commits] hoffman committed cmCoreTryCompile.cxx 1.9 1.10
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Mar 26 13:50:26 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv26610
Modified Files:
cmCoreTryCompile.cxx
Log Message:
ENH: make sure numAttempts is incremented
Index: cmCoreTryCompile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCoreTryCompile.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** cmCoreTryCompile.cxx 26 Mar 2008 17:14:16 -0000 1.9
--- cmCoreTryCompile.cxx 26 Mar 2008 17:50:23 -0000 1.10
***************
*** 372,375 ****
--- 372,376 ----
removed = true;
}
+ numAttempts++;
}
if(!removed)
More information about the Cmake-commits
mailing list