mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Merge branch 'upstream-kwsys' into update-kwsys
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user