Browse Source

Revert back. Does not seems to work on Windows

Andy Cedilnik 23 years ago
parent
commit
a8bd7f1ff6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Source/cmSystemTools.cxx

+ 0 - 4
Source/cmSystemTools.cxx

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