[Cmake-commits] [cmake-commits] martink committed cmListFileCache.cxx 1.43 1.44
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Mar 20 10:46:26 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv30340
Modified Files:
cmListFileCache.cxx
Log Message:
ENH: tiny performance improvement
Index: cmListFileCache.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmListFileCache.cxx,v
retrieving revision 1.43
retrieving revision 1.44
diff -C 2 -d -r1.43 -r1.44
*** cmListFileCache.cxx 20 Mar 2008 14:40:24 -0000 1.43
--- cmListFileCache.cxx 20 Mar 2008 14:46:24 -0000 1.44
***************
*** 164,168 ****
if (allowedCommands.find(name) == allowedCommands.end())
{
! isProblem = true;
}
}
--- 164,169 ----
if (allowedCommands.find(name) == allowedCommands.end())
{
! isProblem = true;
! break;
}
}
More information about the Cmake-commits
mailing list