From a8bd7f1ff68e1ba4e0cf1a895c05774e7c34b9ac Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 6 Oct 2002 20:44:16 -0400 Subject: [PATCH] Revert back. Does not seems to work on Windows --- Source/cmSystemTools.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 32f69fc5b..358edd024 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -186,10 +186,6 @@ bool cmSystemTools::MakeDirectory(const char* path) return false; } } - if(!cmSystemTools::FileExists(path)) - { - return false; - } return true; }