diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-06 12:09:35 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-06 22:32:15 (GMT) |
commit | dd11f72ced8a5a42ae0a1d7ca8a51b94e670a66f (patch) | |
tree | 324878c75900ceb6c05c5061f8f109f48dfc2ba5 /Source/cmGlobalGenerator.h | |
parent | 22590805bffe74c3b4998152556561a2c2b6d177 (diff) | |
download | CMake-dd11f72ced8a5a42ae0a1d7ca8a51b94e670a66f.zip CMake-dd11f72ced8a5a42ae0a1d7ca8a51b94e670a66f.tar.gz CMake-dd11f72ced8a5a42ae0a1d7ca8a51b94e670a66f.tar.bz2 |
cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 3402fbc..608b59c 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -391,7 +391,7 @@ protected: void FillProjectMap(); void CheckLocalGenerators(); bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen) const; - bool IsExcluded(cmLocalGenerator* root, cmTarget const& target) const; + bool IsExcluded(cmLocalGenerator* root, cmGeneratorTarget* target) const; void FillLocalGeneratorToTargetMap(); void CreateDefaultGlobalTargets(cmTargets* targets); cmTarget CreateGlobalTarget(const std::string& name, const char* message, |