From d9dd47422bbc14c452ee49ecb91547b527cc46cb Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 28 Mar 2006 13:48:02 -0500 Subject: [PATCH] BUG: Handle spaces in the path --- Source/cmLocalUnixMakefileGenerator3.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 224034530..19ba3a321 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -1585,6 +1585,7 @@ cmLocalUnixMakefileGenerator3 // Framework not handled yet abort(); } + obj = cmSystemTools::RelativePath(this->Makefile->GetHomeOutputDirectory(), obj.c_str()); } else {