Pārlūkot izejas kodu

Revert back. Does not seems to work on Windows

Andy Cedilnik 23 gadi atpakaļ
vecāks
revīzija
a8bd7f1ff6
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  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;
 }