diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-16 17:19:51 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-16 18:24:44 (GMT) |
commit | 14272277205ac7927a4c13b628ce411538f7b17c (patch) | |
tree | e85181d11825c7c6a6a4cf9af14df92eb53e1069 /Source/cmTarget.h | |
parent | 8f363d6771dfa792d606978e1e406229637078f6 (diff) | |
download | CMake-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.h | 4 |
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. */ |