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;
|
(void)config;
|
||||||
|
|
||||||
std::string makeCommand = makeProgram;
|
std::string makeCommand = makeProgram;
|
||||||
makeCommand = cmSystemTools::ConvertToOutputPath(makeCommand.c_str());
|
|
||||||
// Since we have full control over the invocation of nmake, let us
|
// Since we have full control over the invocation of nmake, let us
|
||||||
// make it quiet.
|
// make it quiet.
|
||||||
if ( strcmp(this->GetName(), "NMake Makefiles") == 0 )
|
if ( strcmp(this->GetName(), "NMake Makefiles") == 0 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user