Skip to content
Snippets Groups Projects
Commit 69811ae8 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: fix relative paths in xcode

parent 7ca493a9
No related branches found
No related tags found
No related merge requests found
......@@ -1756,6 +1756,7 @@ kwsys_stl::string SystemTools::CollapseFullPath(const char* in_relative,
void SystemTools::SplitPath(const char* p,
kwsys_stl::vector<kwsys_stl::string>& components)
{
components.clear();
// Identify the root component.
const char* c = p;
if(c[0] == '/' && c[1] == '/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment