|
|
@@ -2669,14 +2669,6 @@ cmLocalGenerator::ConstructComment(cmCustomCommandGenerator const& ccg,
|
|
|
return default_comment;
|
|
|
}
|
|
|
|
|
|
-//----------------------------------------------------------------------------
|
|
|
-std::string
|
|
|
-cmLocalGenerator::ConvertToOptionallyRelativeOutputPath(
|
|
|
- const std::string& remote)
|
|
|
-{
|
|
|
- return this->Convert(remote, START_OUTPUT, SHELL, true);
|
|
|
-}
|
|
|
-
|
|
|
//----------------------------------------------------------------------------
|
|
|
const char* cmLocalGenerator::GetRelativeRootPath(RelativeRoot relroot)
|
|
|
{
|