ENH: No need to convert to output path

This commit is contained in:
Andy Cedilnik 2005-05-03 15:20:16 -04:00
parent 4b843d135e
commit d772fce254
1 changed files with 0 additions and 1 deletions

View File

@ -659,7 +659,6 @@ std::string cmGlobalGenerator::GenerateBuildCommand(const char* makeProgram,
(void)config;
std::string makeCommand = makeProgram;
makeCommand = cmSystemTools::ConvertToOutputPath(makeCommand.c_str());
// Since we have full control over the invocation of nmake, let us
// make it quiet.
if ( strcmp(this->GetName(), "NMake Makefiles") == 0 )