summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-10 21:05:35 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-14 13:55:52 (GMT)
commitb0f57408512b194923b6c9e5e79a08bc324c552e (patch)
tree3ed4dd254fd6e1825e5a6a8a134845c01e1419f6 /Source/cmTarget.h
parentc69e8a5580bd034dcaa1d7d53976200600b26b82 (diff)
downloadCMake-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.h6
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;