diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-14 19:04:25 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-27 20:29:45 +0100 |
commit | 90ef1cfe4882139d9fe525352bc8e2e86b69f1db (patch) | |
tree | 1f45dffb70f00a2b0b8947d5cadbad4629ee764e /Source/cmTarget.h | |
parent | 25f1df3e816b62a518206cb88f69fdb15b2eebc9 (diff) | |
download | cmake-90ef1cfe4882139d9fe525352bc8e2e86b69f1db.tar.gz |
Move GenerateTargetManifest to cmGeneratorTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 9d62f5ffb1..dd05d5b5fd 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -410,9 +410,6 @@ public: bool GetImplibGNUtoMS(std::string const& gnuName, std::string& out, const char* newExt = 0); - /** Add the target output files to the global generator manifest. */ - void GenerateTargetManifest(const char* config); - /** * Compute whether this target must be relinked before installing. */ |