From 69a961a6bad28898c3ad3c397fdc84ba3496804d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 26 Mar 2008 13:50:23 -0400 Subject: [PATCH] ENH: make sure numAttempts is incremented --- Source/cmCoreTryCompile.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmCoreTryCompile.cxx b/Source/cmCoreTryCompile.cxx index 7ac06d88d..457f31f05 100644 --- a/Source/cmCoreTryCompile.cxx +++ b/Source/cmCoreTryCompile.cxx @@ -371,6 +371,7 @@ void cmCoreTryCompile::CleanupFiles(const char* binDir) { removed = true; } + numAttempts++; } if(!removed) {