diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:41:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-08 23:04:38 (GMT) |
commit | 49017cddab23702d8228a195f64934e61ab7667e (patch) | |
tree | 65e5583824eb7547f14ba223391378a8bb512786 /Source/cmTarget.h | |
parent | 0bae4a416f9f1b9090499d26f8508660f4f3fc95 (diff) | |
download | CMake-49017cddab23702d8228a195f64934e61ab7667e.zip CMake-49017cddab23702d8228a195f64934e61ab7667e.tar.gz CMake-49017cddab23702d8228a195f64934e61ab7667e.tar.bz2 |
cmGeneratorTarget: Move IsNullImpliedByLinkLibraries from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index dda5384..a3a8063 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -326,8 +326,6 @@ public: void AppendBuildInterfaceIncludes(); - bool IsNullImpliedByLinkLibraries(const std::string &p) const; - std::string GetDebugGeneratorExpressions(const std::string &value, cmTarget::LinkLibraryType llt) const; @@ -439,7 +437,6 @@ private: std::set<std::string> SystemIncludeDirectories; std::set<std::string> LinkDirectoriesEmmitted; std::set<std::string> Utilities; - mutable std::set<std::string> LinkImplicitNullProperties; std::map<std::string, cmListFileBacktrace> UtilityBacktraces; cmPolicies::PolicyMap PolicyMap; std::string Name; |