mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
cmOutputConverter: Moved ForceToRelativePath to cmSystem
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user