Ver Fonte

ENH: No need to convert to output path

Andy Cedilnik há 20 anos atrás
pai
commit
d772fce254
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      Source/cmGlobalGenerator.cxx

+ 0 - 1
Source/cmGlobalGenerator.cxx

@@ -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 )