summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorBruno Manganelli <bruno.manga95@gmail.com>2018-11-23 01:38:29 (GMT)
committerBruno Manganelli <bruno.manga95@gmail.com>2018-12-07 19:29:30 (GMT)
commit87e810f223bad6fb889e7ae4ad08be98461bf6e2 (patch)
tree07ad1b190e0bfe2240a2e534195973e44426d913 /Source/cmLocalUnixMakefileGenerator3.cxx
parent99a224e3ee0b6a770c388313a7b32746a95514e8 (diff)
downloadCMake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.zip
CMake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.tar.gz
CMake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.tar.bz2
cmOutputConverter: Moved ForceToRelativePath to cmSystem
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 11d3608..ee38cfb 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -2097,5 +2097,5 @@ std::string cmLocalUnixMakefileGenerator3::MaybeConvertToRelativePath(
base, path, this->GetStateSnapshot().GetDirectory())) {
return path;
}
- return cmOutputConverter::ForceToRelativePath(base, path);
+ return cmSystemTools::ForceToRelativePath(base, path);
}