Explorar o código

ENH: make sure numAttempts is incremented

Bill Hoffman %!s(int64=17) %!d(string=hai) anos
pai
achega
69a961a6ba
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Source/cmCoreTryCompile.cxx

+ 1 - 0
Source/cmCoreTryCompile.cxx

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