Revert back. Does not seems to work on Windows
This commit is contained in:
parent
da70a950de
commit
a8bd7f1ff6
|
@ -186,10 +186,6 @@ bool cmSystemTools::MakeDirectory(const char* path)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!cmSystemTools::FileExists(path))
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue