diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-14 10:02:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-03-15 08:29:44 (GMT) |
commit | c481fadc07e72193f16a4f1fb9d477db133f1120 (patch) | |
tree | 374436fff0e80d70dfcb38efc510018aad6f0cd8 /Source/cmGeneratorTarget.h | |
parent | f6da044080d854b9ad87cef5c2a6f5195722a6da (diff) | |
download | CMake-c481fadc07e72193f16a4f1fb9d477db133f1120.zip CMake-c481fadc07e72193f16a4f1fb9d477db133f1120.tar.gz CMake-c481fadc07e72193f16a4f1fb9d477db133f1120.tar.bz2 |
cmGeneratorTarget: Don't store ObjectSources for object libraries.
Compute them on demand instead.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 139e736..53e27c5 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -127,7 +127,6 @@ private: std::map<cmSourceFile const*, std::string> Objects; std::set<cmSourceFile const*> ExplicitObjectName; - mutable std::vector<cmSourceFile const*> ObjectSources; std::vector<cmTarget*> ObjectLibraries; mutable std::map<std::string, std::vector<std::string> > SystemIncludesCache; |