Explorar o código

ENH: No need to convert to output path

Andy Cedilnik %!s(int64=20) %!d(string=hai) anos
pai
achega
d772fce254
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 )