Revert back. Does not seems to work on Windows

This commit is contained in:
Andy Cedilnik 2002-10-06 20:44:16 -04:00
parent da70a950de
commit a8bd7f1ff6
1 changed files with 0 additions and 4 deletions

View File

@ -186,10 +186,6 @@ bool cmSystemTools::MakeDirectory(const char* path)
return false;
}
}
if(!cmSystemTools::FileExists(path))
{
return false;
}
return true;
}