summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-13 16:23:38 (GMT)
committerBrad King <brad.king@kitware.com>2010-12-13 17:59:26 (GMT)
commit8e82773eb4e2bb8d135479410393532021d3b85b (patch)
treeb1cc4eff9a6f4c5d86daf7ea46870f2e98f048b5 /Source/cmGlobalGenerator.h
parent0621362668af7b5ec73689c75f6c9318425500f9 (diff)
downloadCMake-8e82773eb4e2bb8d135479410393532021d3b85b.zip
CMake-8e82773eb4e2bb8d135479410393532021d3b85b.tar.gz
CMake-8e82773eb4e2bb8d135479410393532021d3b85b.tar.bz2
Remove unused GLOBAL_TARGET generation code
Remove a boolean parameter of cmGlobalGenerator::CreateGlobalTarget that is never set to true anymore. Remove global target "consolidation" loop because no global targets exist before it runs anymore.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 7e43124..6a1aa53 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -291,8 +291,7 @@ protected:
void CreateDefaultGlobalTargets(cmTargets* targets);
cmTarget CreateGlobalTarget(const char* name, const char* message,
const cmCustomCommandLines* commandLines,
- std::vector<std::string> depends, const char* workingDir,
- bool depends_on_all = false);
+ std::vector<std::string> depends, const char* workingDir);
bool NeedSymbolicMark;
bool UseLinkScript;