ENH: make sure numAttempts is incremented

This commit is contained in:
Bill Hoffman 2008-03-26 13:50:23 -04:00
parent 3827991e87
commit 69a961a6ba
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ void cmCoreTryCompile::CleanupFiles(const char* binDir)
{ {
removed = true; removed = true;
} }
numAttempts++;
} }
if(!removed) if(!removed)
{ {