diff options
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 |