mirror of
https://github.com/reactos/CMake.git
synced 2025-02-13 16:10:57 +00:00
Merge branch 'upstream-kwsys' into update-kwsys
This commit is contained in:
commit
063617cd18
@ -605,7 +605,7 @@ bool SystemTools::MakeDirectory(const char* path)
|
||||
}
|
||||
if(SystemTools::FileExists(path))
|
||||
{
|
||||
return true;
|
||||
return SystemTools::FileIsDirectory(path);
|
||||
}
|
||||
kwsys_stl::string dir = path;
|
||||
if(dir.size() == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user