diff options
author | Brad King <brad.king@kitware.com> | 2014-07-10 21:05:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-14 13:55:52 (GMT) |
commit | b0f57408512b194923b6c9e5e79a08bc324c552e (patch) | |
tree | 3ed4dd254fd6e1825e5a6a8a134845c01e1419f6 /Source/cmTarget.h | |
parent | c69e8a5580bd034dcaa1d7d53976200600b26b82 (diff) | |
download | CMake-b0f57408512b194923b6c9e5e79a08bc324c552e.zip CMake-b0f57408512b194923b6c9e5e79a08bc324c552e.tar.gz CMake-b0f57408512b194923b6c9e5e79a08bc324c552e.tar.bz2 |
cmTarget: Move ComputeLinkInterfaceLibraries to internals
There are no external callers, and this will allow the method to see
the full OptionalLinkInterface internal structure.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 39a0667..aa18590 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -771,12 +771,6 @@ private: GetImportLinkInterface(const std::string& config, cmTarget const* head, bool usage_requirements_only) const; - const char* ComputeLinkInterfaceLibraries(const std::string& config, - LinkInterface& iface, - cmTarget const* head, - bool usage_requirements_only, - bool &exists) const; - LinkImplementation const* GetLinkImplementationLibrariesInternal(const std::string& config, cmTarget const* head) const; |