cmOutputConverter: Moved ForceToRelativePath to cmSystem

This commit is contained in:
Bruno Manganelli
2018-11-23 01:38:29 +00:00
parent 99a224e3ee
commit 87e810f223
9 changed files with 90 additions and 88 deletions
+1 -1
View File
@@ -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);
}