diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-07 00:44:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-07 00:44:16 (GMT) |
commit | a8bd7f1ff68e1ba4e0cf1a895c05774e7c34b9ac (patch) | |
tree | 3d463b49f57e2382e119e14ce59da03237318c5f | |
parent | da70a950de2e627b529ecd69abc6dea0c1e25ed7 (diff) | |
download | CMake-a8bd7f1ff68e1ba4e0cf1a895c05774e7c34b9ac.zip CMake-a8bd7f1ff68e1ba4e0cf1a895c05774e7c34b9ac.tar.gz CMake-a8bd7f1ff68e1ba4e0cf1a895c05774e7c34b9ac.tar.bz2 |
Revert back. Does not seems to work on Windows
-rw-r--r-- | Source/cmSystemTools.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 32f69fc..358edd0 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; } |