mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
Merge topic 'update-kwsys'
063617cMerge branch 'upstream-kwsys' into update-kwsys045fc84KWSys 2013-06-24 (3d1d4e7c)
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