summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-02 10:44:07 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-28 16:44:39 (GMT)
commitebf8d0a99ac6eb231180b3315b976bcc58baa9f3 (patch)
tree9d43e596646ca688e5317e815b599dc4a29d0ee6 /Source/cmGlobalGenerator.h
parentbd096d30e05fe66a0bf702fe7e366b0042ea14ae (diff)
downloadCMake-ebf8d0a99ac6eb231180b3315b976bcc58baa9f3.zip
CMake-ebf8d0a99ac6eb231180b3315b976bcc58baa9f3.tar.gz
CMake-ebf8d0a99ac6eb231180b3315b976bcc58baa9f3.tar.bz2
cmGlobalGenerator: Rename method.
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 b113488..9fc2d45 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -394,7 +394,7 @@ protected:
// Fill the ProjectMap, this must be called after LocalGenerators
// has been populated.
void FillProjectMap();
- void CheckLocalGenerators();
+ void CheckTargetProperties();
bool IsExcluded(cmState::Snapshot const& root,
cmState::Snapshot const& snp) const;
bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen) const;