mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
Convert: Remove 'FULL' conversion
It is no longer used.
This commit is contained in:
parent
58ba87f892
commit
146bf9267c
@ -70,9 +70,6 @@ std::string cmOutputConverter::ConvertToRelativePath(
|
||||
this->StateSnapshot.GetDirectory().GetCurrentBinaryComponents(),
|
||||
result);
|
||||
break;
|
||||
case FULL:
|
||||
result = cmSystemTools::CollapseFullPath(result);
|
||||
break;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
@ -38,7 +38,6 @@ public:
|
||||
*/
|
||||
enum RelativeRoot
|
||||
{
|
||||
FULL,
|
||||
HOME,
|
||||
START,
|
||||
HOME_OUTPUT,
|
||||
|
Loading…
Reference in New Issue
Block a user