summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-16 17:19:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-16 18:17:22 (GMT)
commit60bd9f9c92faae368fab1c44cf81b489c6a875cb (patch)
tree08057c1b8f5c2a603cb9a77f8f103b75dd362af8 /Source/cmTarget.h
parent82a6eaf4d0381f0e3236dbd067fe853653bbe6b5 (diff)
downloadCMake-60bd9f9c92faae368fab1c44cf81b489c6a875cb.zip
CMake-60bd9f9c92faae368fab1c44cf81b489c6a875cb.tar.gz
CMake-60bd9f9c92faae368fab1c44cf81b489c6a875cb.tar.bz2
cmGeneratorTarget: Move GetObjectLibrariesCMP0026 from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index c0b9e09..dda6e6a 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -213,8 +213,6 @@ public:
bool IsImported() const {return this->IsImportedTarget;}
- void GetObjectLibrariesCMP0026(std::vector<cmTarget*>& objlibs) 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;