summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildCommand.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-01-18 16:36:27 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-01-18 16:36:27 (GMT)
commit802e2efd5d912de0fc7da18d5f13d5f2a2405dd2 (patch)
treed82688f9b77fee5cfb0f18460541c128618ab2dc /Source/cmBuildCommand.cxx
parente81017103538660d3c4a27d12335baecf869ca49 (diff)
downloadCMake-802e2efd5d912de0fc7da18d5f13d5f2a2405dd2.zip
CMake-802e2efd5d912de0fc7da18d5f13d5f2a2405dd2.tar.gz
CMake-802e2efd5d912de0fc7da18d5f13d5f2a2405dd2.tar.bz2
no message
Diffstat (limited to 'Source/cmBuildCommand.cxx')
-rw-r--r--Source/cmBuildCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx
index b7cee82..0ebb0cd 100644
--- a/Source/cmBuildCommand.cxx
+++ b/Source/cmBuildCommand.cxx
@@ -58,7 +58,6 @@ bool cmBuildCommand::InitialPass(std::vector<std::string> const& args)
std::string makecommand;
std::string makeprogram = args[1];
m_Makefile->ExpandVariablesInString(makeprogram);
- std::string compiler = m_Makefile->GetDefinition("CMAKE_CXX_COMPILER");
if(makeprogram.find("msdev") != std::string::npos ||
makeprogram.find("MSDEV") != std::string::npos )
{