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