diff options
author | Bruno Manganelli <bruno.manga95@gmail.com> | 2018-11-23 01:38:29 +0000 |
---|---|---|
committer | Bruno Manganelli <bruno.manga95@gmail.com> | 2018-12-07 19:29:30 +0000 |
commit | 87e810f223bad6fb889e7ae4ad08be98461bf6e2 (patch) | |
tree | 07ad1b190e0bfe2240a2e534195973e44426d913 /Source/cmDependsFortran.cxx | |
parent | 99a224e3ee0b6a770c388313a7b32746a95514e8 (diff) | |
download | cmake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.tar.gz |
cmOutputConverter: Moved ForceToRelativePath to cmSystem
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r-- | Source/cmDependsFortran.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx index a04cee7902..d218b60785 100644 --- a/Source/cmDependsFortran.cxx +++ b/Source/cmDependsFortran.cxx @@ -701,5 +701,5 @@ std::string cmDependsFortran::MaybeConvertToRelativePath( base, path, this->LocalGenerator->GetStateSnapshot().GetDirectory())) { return path; } - return cmOutputConverter::ForceToRelativePath(base, path); + return cmSystemTools::ForceToRelativePath(base, path); } |