ENH: No need to convert to output path
This commit is contained in:
parent
4b843d135e
commit
d772fce254
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue