diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-18 18:32:51 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-18 18:32:51 (GMT) |
commit | 785b0dc012a2623e83886066fd4929b4e361cea9 (patch) | |
tree | b996432683a83a1716dcc722d12c87fab97d332d /Source/cmLocalGenerator.cxx | |
parent | b5ca101fd76554df01d60f210677df85e19af65e (diff) | |
download | CMake-785b0dc012a2623e83886066fd4929b4e361cea9.zip CMake-785b0dc012a2623e83886066fd4929b4e361cea9.tar.gz CMake-785b0dc012a2623e83886066fd4929b4e361cea9.tar.bz2 |
ENH: all tests are passing for XCode
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 8530f78..b505712 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -388,6 +388,10 @@ std::string cmLocalGenerator::ConvertToRelativeOutputPath(const char* p) { return cmSystemTools::ConvertToOutputPath(p); } + // NOTE, much of this was copied to + // cmGlobalXCodeGenerator::ConvertToRelativeOutputPath + // fixes here should be made there as well. + // copy to a string class std::string pathIn = p; // check to see if the path is already relative, it is |