mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 23:18:38 -06:00
BUG: make sure all returns for ConvertToRelativeOutputPath get passed by ConvertToOutputPath
This commit is contained in:
@@ -396,7 +396,7 @@ std::string cmLocalGenerator::ConvertToRelativeOutputPath(const char* p)
|
||||
(pathIn[0] != '/' && pathIn[1] != ':') ||
|
||||
pathIn.find("..") == 0)
|
||||
{
|
||||
return pathIn;
|
||||
return cmSystemTools::ConvertToOutputPath(p);
|
||||
}
|
||||
|
||||
// do not use relative paths for network build trees
|
||||
|
||||
Reference in New Issue
Block a user