diff options
author | Bruno Manganelli <bruno.manga95@gmail.com> | 2018-11-23 01:38:29 (GMT) |
---|---|---|
committer | Bruno Manganelli <bruno.manga95@gmail.com> | 2018-12-07 19:29:30 (GMT) |
commit | 87e810f223bad6fb889e7ae4ad08be98461bf6e2 (patch) | |
tree | 07ad1b190e0bfe2240a2e534195973e44426d913 /Source/cmMakefileTargetGenerator.cxx | |
parent | 99a224e3ee0b6a770c388313a7b32746a95514e8 (diff) | |
download | CMake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.zip CMake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.tar.gz CMake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.tar.bz2 |
cmOutputConverter: Moved ForceToRelativePath to cmSystem
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r-- | Source/cmMakefileTargetGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index a79425e..e6f9830 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/Source/cmMakefileTargetGenerator.cxx @@ -1312,7 +1312,7 @@ private: this->StateDir.GetCurrentBinary(), obj, this->StateDir)) { return obj; } - return cmOutputConverter::ForceToRelativePath( + return cmSystemTools::ForceToRelativePath( this->StateDir.GetCurrentBinary(), obj); } |