mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
BUG: Handle spaces in the path
This commit is contained in:
@@ -1585,6 +1585,7 @@ cmLocalUnixMakefileGenerator3
|
||||
// Framework not handled yet
|
||||
abort();
|
||||
}
|
||||
obj = cmSystemTools::RelativePath(this->Makefile->GetHomeOutputDirectory(), obj.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user