Lowercase has a bad signiture, so I have to live with it
This commit is contained in:
parent
3453d10412
commit
04d604ec89
@ -172,8 +172,7 @@ int do_cmaketest (int argc, char **argv)
|
|||||||
std::cerr << "Error: cmaketest does not have a valid MAKEPROGRAM\n";
|
std::cerr << "Error: cmaketest does not have a valid MAKEPROGRAM\n";
|
||||||
}
|
}
|
||||||
makeCommand = cmSystemTools::ConvertToOutputPath(makeCommand.c_str());
|
makeCommand = cmSystemTools::ConvertToOutputPath(makeCommand.c_str());
|
||||||
std::string lowerCaseCommand = makeCommand;
|
std::string lowerCaseCommand = cmSystemTools::LowerCase(makeCommand);
|
||||||
cmSystemTools::LowerCase(lowerCaseCommand);
|
|
||||||
// if msdev is the make program then do the following
|
// if msdev is the make program then do the following
|
||||||
// MSDEV 6.0
|
// MSDEV 6.0
|
||||||
if(lowerCaseCommand.find("msdev") != std::string::npos)
|
if(lowerCaseCommand.find("msdev") != std::string::npos)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user