summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-07-11 15:08:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-07-11 15:08:34 (GMT)
commitc05b8fb993a4e92fded0d735a66063bb8b265630 (patch)
tree51a04f0e40bc82b3115675c76a4618b3b33eb543 /Source/cmMakefileTargetGenerator.cxx
parentf1dfa7e78f5bceb57b9952769f0611edb10a0556 (diff)
downloadCMake-c05b8fb993a4e92fded0d735a66063bb8b265630.zip
CMake-c05b8fb993a4e92fded0d735a66063bb8b265630.tar.gz
CMake-c05b8fb993a4e92fded0d735a66063bb8b265630.tar.bz2
ENH: fix compile warning
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index af3cc92..88521dd 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -434,8 +434,6 @@ cmMakefileTargetGenerator
std::vector<std::string> commands;
// add in a progress call if needed
- cmGlobalUnixMakefileGenerator3* gg =
- static_cast<cmGlobalUnixMakefileGenerator3*>(this->GlobalGenerator);
std::string progressDir = this->Makefile->GetHomeOutputDirectory();
progressDir += cmake::GetCMakeFilesDirectory();
cmOStringStream progCmd;