mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: make sure numAttempts is incremented
This commit is contained in:
@@ -371,6 +371,7 @@ void cmCoreTryCompile::CleanupFiles(const char* binDir)
|
||||
{
|
||||
removed = true;
|
||||
}
|
||||
numAttempts++;
|
||||
}
|
||||
if(!removed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user