summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-18 22:41:14 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-20 22:37:01 (GMT)
commit1df8bd3ab0f6621b90a8801c1d10cfc94c74ff96 (patch)
tree394e557af6010a81c4c8ace939a66a2bb664a483 /Source/cmGlobalGenerator.h
parent83703bda7d1017e1f75ec1b92d672d5ef17194d5 (diff)
downloadCMake-1df8bd3ab0f6621b90a8801c1d10cfc94c74ff96.zip
CMake-1df8bd3ab0f6621b90a8801c1d10cfc94c74ff96.tar.gz
CMake-1df8bd3ab0f6621b90a8801c1d10cfc94c74ff96.tar.bz2
cmGlobalGenerator: Port IsRootOnlyTarget to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 4e6b11d..c59d42d 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -376,7 +376,7 @@ protected:
void GetTargetSets(TargetDependSet& projectTargets,
TargetDependSet& originalTargets,
cmLocalGenerator* root, GeneratorVector const&);
- bool IsRootOnlyTarget(cmTarget* target) const;
+ bool IsRootOnlyTarget(cmGeneratorTarget* target) const;
void AddTargetDepends(const cmGeneratorTarget* target,
TargetDependSet& projectTargets);
void SetLanguageEnabledFlag(const std::string& l, cmMakefile* mf);