diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:44 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:45 (GMT) |
commit | 7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4 (patch) | |
tree | 9abd84c4ef0bd0b1a7d9222db49174e7df5b5d5c /Source/cmTarget.h | |
parent | 97f10e488a5153e45d6a27a730cc1ecbaae7d559 (diff) | |
download | CMake-7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4.zip CMake-7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4.tar.gz CMake-7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4.tar.bz2 |
cmGeneratorTarget: Move GetLinkImplementationClosure
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 85d9964..925e7c6 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -293,9 +293,6 @@ public: cmTarget const* headTarget, bool usage_requirements_only) const; - std::vector<cmTarget const*> const& - GetLinkImplementationClosure(const std::string& config) const; - /** The link implementation specifies the direct library dependencies needed by the object files of the target. */ struct LinkImplementationLibraries |