summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-16 17:19:51 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-16 18:24:44 (GMT)
commit14272277205ac7927a4c13b628ce411538f7b17c (patch)
treee85181d11825c7c6a6a4cf9af14df92eb53e1069 /Source/cmTarget.h
parent8f363d6771dfa792d606978e1e406229637078f6 (diff)
downloadCMake-14272277205ac7927a4c13b628ce411538f7b17c.zip
CMake-14272277205ac7927a4c13b628ce411538f7b17c.tar.gz
CMake-14272277205ac7927a4c13b628ce411538f7b17c.tar.bz2
cmGeneratorTarget: Move CheckCMP0004 from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index fa11953..6cd876e 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -213,10 +213,6 @@ public:
bool IsImported() const {return this->IsImportedTarget;}
- /** 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;
-
/** Get the target major and minor version numbers interpreted from
the VERSION property. Version 0 is returned if the property is
not set or cannot be parsed. */