diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-10 10:23:19 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-12 16:39:58 (GMT) |
commit | bf2d061ad37088be9ea6f135a980d14c4e76064b (patch) | |
tree | e6fef8ac1bb79be8e127a3572da799b2b70b3eea /Source/cmTarget.h | |
parent | 61c02decce0c1b5aa78acd58d987a5d260079ca4 (diff) | |
download | CMake-bf2d061ad37088be9ea6f135a980d14c4e76064b.zip CMake-bf2d061ad37088be9ea6f135a980d14c4e76064b.tar.gz CMake-bf2d061ad37088be9ea6f135a980d14c4e76064b.tar.bz2 |
cmGeneratorTarget: Move FindTargetToLink from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 0c1bbd2..3bb1ccd 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -223,8 +223,6 @@ public: void GetObjectLibrariesCMP0026(std::vector<cmTarget*>& objlibs) const; - cmTarget const* FindTargetToLink(std::string const& name) const; - /** Strip off leading and trailing whitespace from an item named in the link dependencies of this target. */ std::string CheckCMP0004(std::string const& item) const; |