summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index 8e72943..0a204cf 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -80,7 +80,7 @@ int cmGlobalVisualStudio6Generator::TryCompile(const char *,
makeCommand = cmSystemTools::FindProgram(makeCommand.c_str(), mp);
if(makeCommand.size() == 0)
{
- std::string e = "Generator cannot find make program \"";
+ std::string e = "Generator cannot find Visual Studio 6 msdev program \"";
e += originalCommand;
e += "\" specified by CMAKE_MAKE_PROGRAM cache entry. ";
e += "Please fix the setting.";
@@ -88,8 +88,6 @@ int cmGlobalVisualStudio6Generator::TryCompile(const char *,
return 1;
}
makeCommand = cmSystemTools::ConvertToOutputPath(makeCommand.c_str());
- std::string lowerCaseCommand = makeCommand;
- cmSystemTools::LowerCase(lowerCaseCommand);
/**
* Run an executable command and put the stdout in output.