Browse Source

Revert back. Does not seems to work on Windows

Andy Cedilnik 23 năm trước cách đây
mục cha
commit
a8bd7f1ff6
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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;
 }