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/cmGeneratorTarget.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/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index f72c85d..0c198bb 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -537,6 +537,9 @@ private: ImportInfo& info) const; ImportInfo const* GetImportInfo(const std::string& config) 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; cmLinkInterface const* GetImportLinkInterface(const std::string& config, |