BUG: Handle spaces in the path

This commit is contained in:
Andy Cedilnik 2006-03-28 13:48:02 -05:00
parent 09b4b2d62c
commit d9dd47422b
1 changed files with 1 additions and 0 deletions

View File

@ -1585,6 +1585,7 @@ cmLocalUnixMakefileGenerator3
// Framework not handled yet
abort();
}
obj = cmSystemTools::RelativePath(this->Makefile->GetHomeOutputDirectory(), obj.c_str());
}
else
{