BUG: Handle spaces in the path
This commit is contained in:
parent
09b4b2d62c
commit
d9dd47422b
|
@ -1585,6 +1585,7 @@ cmLocalUnixMakefileGenerator3
|
|||
// Framework not handled yet
|
||||
abort();
|
||||
}
|
||||
obj = cmSystemTools::RelativePath(this->Makefile->GetHomeOutputDirectory(), obj.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue