diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-13 15:00:55 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-24 15:43:24 (GMT) |
commit | 01bca553b83cd8c3a4a4d0348bd317d118a98995 (patch) | |
tree | b71e5bcac953576841958bd06f78f49136b0b075 /Source/cmTarget.h | |
parent | d93e1af2928cbb06a66ad67d56c3a5cb217f3963 (diff) | |
download | CMake-01bca553b83cd8c3a4a4d0348bd317d118a98995.zip CMake-01bca553b83cd8c3a4a4d0348bd317d118a98995.tar.gz CMake-01bca553b83cd8c3a4a4d0348bd317d118a98995.tar.bz2 |
cmTarget: Move ComputeLinkInterface to the internal class.
In a follow-up, this will use the OptionalLinkInterface in its
API. That class is in the cmTargetInternals class.
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 09c6f74..8bc5af4 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -690,10 +690,6 @@ private: void CheckPropertyCompatibility(cmComputeLinkInformation *info, const char* config) const; - void ComputeLinkInterface(const char* config, LinkInterface& iface, - cmTarget const* head, - const char *explicitLibraries) const; - const char* ComputeLinkInterfaceLibraries(const char* config, LinkInterface& iface, cmTarget const* head, |