summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-26 17:38:14 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:38:14 (GMT)
commit84b847e42fde288bc102198aedeb68e19b41ef1e (patch)
tree16d9e6e81add439e4ee1065db57b9c6b48df62d2 /Source/cmTarget.h
parent6220241fd0bb7902c932742a7aa3d6a96fd0e919 (diff)
downloadCMake-84b847e42fde288bc102198aedeb68e19b41ef1e.zip
CMake-84b847e42fde288bc102198aedeb68e19b41ef1e.tar.gz
CMake-84b847e42fde288bc102198aedeb68e19b41ef1e.tar.bz2
cmGeneratorTarget: Move ComputeLinkInterface from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index a8c6e8f..e71820e 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -233,9 +233,6 @@ public:
void GetObjectLibrariesCMP0026(std::vector<cmTarget*>& objlibs) const;
- void ComputeLinkInterface(const std::string& config,
- cmOptionalLinkInterface& iface,
- cmTarget const* head) const;
void ComputeLinkInterfaceLibraries(const std::string& config,
cmOptionalLinkInterface &iface,
cmTarget const* head,