summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-03-14 20:06:56 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-03-14 20:06:56 (GMT)
commit4b45a5ef9adf0b1d8a5bb0241c8a75a46bc4a854 (patch)
treedf46e02e7d9db289566d28b86a2e5c6f0afffe57 /Source/cmGlobalVisualStudio6Generator.cxx
parent0f89043568c24edb91cd82b6a3d54f043f895cc7 (diff)
downloadCMake-4b45a5ef9adf0b1d8a5bb0241c8a75a46bc4a854.zip
CMake-4b45a5ef9adf0b1d8a5bb0241c8a75a46bc4a854.tar.gz
CMake-4b45a5ef9adf0b1d8a5bb0241c8a75a46bc4a854.tar.bz2
better error message
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-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.