no message

This commit is contained in:
Sebastien Barre 2002-01-18 11:36:27 -05:00
parent e810171035
commit 802e2efd5d
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ bool cmBuildCommand::InitialPass(std::vector<std::string> const& args)
std::string makecommand; std::string makecommand;
std::string makeprogram = args[1]; std::string makeprogram = args[1];
m_Makefile->ExpandVariablesInString(makeprogram); m_Makefile->ExpandVariablesInString(makeprogram);
std::string compiler = m_Makefile->GetDefinition("CMAKE_CXX_COMPILER");
if(makeprogram.find("msdev") != std::string::npos || if(makeprogram.find("msdev") != std::string::npos ||
makeprogram.find("MSDEV") != std::string::npos ) makeprogram.find("MSDEV") != std::string::npos )
{ {