diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-20 06:32:58 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-20 06:34:30 (GMT) |
commit | 879fd354c1db7da04ab244ab8262ec1391ff30e6 (patch) | |
tree | 27d05a0b00e18290b309d5f03231182a5e1027d3 /Source/cmGeneratorTarget.h | |
parent | 6674583caa20244d90aa14a67d059e7228a9f169 (diff) | |
download | CMake-879fd354c1db7da04ab244ab8262ec1391ff30e6.zip CMake-879fd354c1db7da04ab244ab8262ec1391ff30e6.tar.gz CMake-879fd354c1db7da04ab244ab8262ec1391ff30e6.tar.bz2 |
Revert "Move GenerateTargetManifest to cmGeneratorTarget."
This reverts commit 987e12e2f962b6e9ed9f15f8ff486512911b744e.
GenerateTargetManifest is called by the global generator before it
creates the generator targets, so we can't move it to cmGeneratorTarget
yet.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 060e25a..4487c11 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -60,9 +60,6 @@ public: void UseObjectLibraries(std::vector<std::string>& objs); - /** Add the target output files to the global generator manifest. */ - void GenerateTargetManifest(const char* config); - std::map<cmStdString, cmComputeLinkInformation*> LinkInformation; cmComputeLinkInformation* GetLinkInformation(const char* config); |